Html Css Color HEX #9EAF29 Bahia

📋 copy color: '#9EAF29'

red 158 ◦ green 175 ◦ blue 41

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

Shades of Bahia #9EAF29

Tints of Bahia #9EAF29

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.79%

 BLUE value IS 41 (16.41% from 255) = 10.96%

R = 42.25%
G = 46.79%
B = 10.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#9EAF29 (or 0x9EAF29) is known color: Bahia. HEX triplet: 9E, AF and 29. RGB value is (158,175,41). Sum of RGB (Red+Green+Blue) = 158+175+41=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 175 (68.75% from 255 or 46.79% from 374); Blue value is 41 (16.41% from 255 or 10.96% from 374); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF29 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF29 is #6150D6. Grayscale: #9B9B9B. Windows color (decimal): -6377687 or 2731934. OLE color: 2731934.

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

Color convert

RGB 158 175 41 -
CMYK 0.10 0 0.77 0.31
HSL 67.61º 0.62% 0.42% -
HSV(B) 67.61º 0.77% 0.69% -
XYZ 29.83 38.09 7.88 -
YUV 154.64 63.87 130.4 -
System Red Green Blue C M Y K H S L
Decimal 158 175 41 0.10 0 0.77 0.31 67.61 0.62 0.42
Hex 9E AF 29 A 0 4D 1F 44 3E 2A
Octal 236 257 51 12 0 115 37 104 76 52
Binary 10011110 10101111 101001 1010 0 1001101 11111 1000100 111110 101010

Color Harmonies of #9EAF29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF29

Black with #9EAF29

Text Example


Text Example

White with #9EAF29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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