Color Hex Logo

#9ac023 Color Hex

#9AC023
(154,192,35)
0 Favorites   0 Comments

Color spaces of #9ac023

RGB 15419235
HSL0.210.690.45
HSV75°82°75°
CMYK 0.200.000.82   0.25
XYZ32.479444.69068.5044
Yxy44.69060.37910.5216
Hunter Lab66.8510-30.265539.2532
CIE-Lab72.6877-32.710767.4180

#9ac023 color RGB value is (154,192,35).

#9ac023 hex color red value is 154, green value is 192 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #9ac023 hue: 0.21 , saturation: 0.69 and the lightness value of 9ac023 is 0.45.

The process color (four color CMYK) of #9ac023 color hex is 0.20, 0.00, 0.82, 0.25. Web safe color of #9ac023 is #99cc33. Color #9ac023 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000000 00100011
Octal 232 300 43
Decimal 154 192 35
Hex 9A C0 23

RGB Percentages of Color #9ac023

%40.42
%50.39
%9.19

CMYK Percentages of Color #9ac023

%20
%0
%82
%25

Triadic Colors of #9ac023

#9ac023 #239ac0 #c0239a

Analogous Colors of #9ac023

#9ac023 #4cc023 #c09823

Monochromatic Colors of #9ac023

#9ac023

Complementary Color

#9ac023 #4923c0

#9ac023 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac023 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac023 Color CSS Codes

.mybgcolor {background-color:#9ac023; } 
.myforecolor {color:#9ac023; }
.mybordercolor {border:3px solid #9ac023; }

#9ac023 Text Font Color

<p style="color:#9ac023">Text here</p>

This sample text font color is #9ac023
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#9ac023 Background Color

<div style="background-color:#9ac023">
Div content here</div>

This div background color is #9ac023


#9ac023 Border Color

<div style="border:3px solid #9ac023">
Div here</div>

This div border color is #9ac023


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,192,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ac023; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ac023;
  -webkit-box-shadow: 1px 1px 3px 2px #9ac023;
  box-shadow:         1px 1px 3px 2px #9ac023; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,192,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9ac023">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #9ac023;
  -webkit-box-shadow: 1px 1px 3px 2px #9ac023;
  box-shadow:         1px 1px 3px 2px #9ac023;">
Div content here</div>

This div box has shadow with color #9ac023


Comments

No comments written yet.

Please login to write comment.