#9EAF24

Color #9EAF24 Bahia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bahia #9EAF24

Tints of Bahia #9EAF24

Color information

#9EAF24 (or 0x9EAF24) is unknown color: approx Bahia. HEX triplet: 9E, AF and 24. RGB value is (158,175,36). Sum of RGB (Red+Green+Blue) = 158+175+36=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 36 (14.45% from 255 or 9.76% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF24 is #6150DB. Grayscale: #9A9A9A. Windows color (decimal): -6377692 or 2404254. OLE color: 2404254.

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

Color convert

RGB15817536-
CMYK0.1000.790.31
HSL67.34º65.88%41.37%-
HSV(B)67.34º79.43%68.63%-
XYZ29.7538.067.45-
YUV154.0761.37130.8-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.82%
GREEN value IS 175 (68.75% from 255) = 47.43%
BLUE value IS 36 (14.45% from 255) = 9.76%
R=42.82%
G=47.43%
B=9.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal158175360.1000.790.3167.3465.8841.37
Hex9EAF24A04F1F434229
Octal236257441201173710310251
Binary10011110101011111001001010010011111111110000111000010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAF24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9EAF24;
 }
 .AnyTagClassName
 {
   color: #9EAF24;
 }
</style>
background-color css

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

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

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

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

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

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