Html Css Color HEX #9EAC20 Bahia

📋 copy color: '#9EAC20'

red 158 ◦ green 172 ◦ blue 32

#9EAC20
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #9EAC20

Tints of Bahia #9EAC20

RGB

 RED value IS 158 (62.11% from 255) = 43.65%

 GREEN value IS 172 (67.58% from 255) = 47.51%

 BLUE value IS 32 (12.89% from 255) = 8.84%

R = 43.65%
G = 47.51%
B = 8.84%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.81

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#9EAC20 (or 0x9EAC20) is known color: Bahia. HEX triplet: 9E, AC and 20. RGB value is (158,172,32). Sum of RGB (Red+Green+Blue) = 158+172+32=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 172 (67.58% from 255 or 47.51% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAC20 is #6153DF. Grayscale: #989898. Windows color (decimal): -6378464 or 2141342. OLE color: 2141342.

HSL color Cylindrical-coordinate representation of color #9EAC20: hue angle of 66º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9EAC20 is Cyan = 0.08, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 158 172 32 -
CMYK 0.08 0 0.81 0.33
HSL 66º 0.69% 0.4% -
HSV(B) 66º 0.81% 0.67% -
XYZ 29.11 36.88 6.95 -
YUV 151.85 60.36 132.38 -
System Red Green Blue C M Y K H S L
Decimal 158 172 32 0.08 0 0.81 0.33 66 0.69 0.4
Hex 9E AC 20 8 0 51 21 42 45 28
Octal 236 254 40 10 0 121 41 102 105 50
Binary 10011110 10101100 100000 1000 0 1010001 100001 1000010 1000101 101000

Color Harmonies of #9EAC20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAC20

Black with #9EAC20

Text Example


Text Example

White with #9EAC20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9EAC20; }

 p { color: rgb(158,172,32); }

 H1.HeaderClassName
 {
   color: #9EAC20;
 }
 .AnyTagClassName
 {
   color: #9EAC20;
 }
</style>

background-color css

<style>
 a { background-color: #9EAC20; }

 a { background-color: rgb(158,172,32); }

 div.DivClassName
 {
   background-color: #9EAC20;
 }
 .BgClassName
 {
   background-color: #9EAC20;
 }
</style>

border-color css

<style>
 span { border-color: #9EAC20; }

 span { border-color: rgb(158,172,32); }

 td.TdClassName
 {
   border-color: #9EAC20;
 }
 .TagClassName
 {
   border-color: #9EAC20;
 }
</style>