Html Css Color HEX #9EAE24 Bahia

📋 copy color: '#9EAE24'

red 158 ◦ green 174 ◦ blue 36

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

Shades of Bahia #9EAE24

Tints of Bahia #9EAE24

RGB

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

 GREEN value IS 174 (68.36% from 255) = 47.28%

 BLUE value IS 36 (14.45% from 255) = 9.78%

R = 42.93%
G = 47.28%
B = 9.78%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.79

 K value IS 0.32

RGB Variations

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

Color information

#9EAE24 (or 0x9EAE24) is known color: Bahia. HEX triplet: 9E, AE and 24. RGB value is (158,174,36). Sum of RGB (Red+Green+Blue) = 158+174+36=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 36 (14.45% from 255 or 9.78% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #9EAE24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAE24 is #6151DB. Grayscale: #9A9A9A. Windows color (decimal): -6377948 or 2403998. OLE color: 2403998.

HSL color Cylindrical-coordinate representation of color #9EAE24: hue angle of 66.96º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EAE24 is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.

Color convert

RGB 158 174 36 -
CMYK 0.09 0 0.79 0.32
HSL 66.96º 0.66% 0.41% -
HSV(B) 66.96º 0.79% 0.68% -
XYZ 29.56 37.67 7.38 -
YUV 153.48 61.7 131.22 -
System Red Green Blue C M Y K H S L
Decimal 158 174 36 0.09 0 0.79 0.32 66.96 0.66 0.41
Hex 9E AE 24 9 0 4F 20 43 42 29
Octal 236 256 44 11 0 117 40 103 102 51
Binary 10011110 10101110 100100 1001 0 1001111 100000 1000011 1000010 101001

Color Harmonies of #9EAE24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAE24

Black with #9EAE24

Text Example


Text Example

White with #9EAE24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,174,36); }

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

background-color css

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

 a { background-color: rgb(158,174,36); }

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

border-color css

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

 span { border-color: rgb(158,174,36); }

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