Html Css Color HEX #9EAF28 Bahia

📋 copy color: '#9EAF28'

red 158 ◦ green 175 ◦ blue 40

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

Shades of Bahia #9EAF28

Tints of Bahia #9EAF28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 10.72%

R = 42.36%
G = 46.92%
B = 10.72%

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

#9EAF28 (or 0x9EAF28) is known color: Bahia. HEX triplet: 9E, AF and 28. RGB value is (158,175,40). Sum of RGB (Red+Green+Blue) = 158+175+40=373 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.36% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 40 (16.02% from 255 or 10.72% from 373); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF28 is #6150D7. Grayscale: #9B9B9B. Windows color (decimal): -6377688 or 2666398. OLE color: 2666398.

HSL color Cylindrical-coordinate representation of color #9EAF28: hue angle of 67.56º degrees, saturation: 0.63, 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 #9EAF28 is Cyan = 0.10, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 158 175 40 -
CMYK 0.10 0 0.77 0.31
HSL 67.56º 0.63% 0.42% -
HSV(B) 67.56º 0.77% 0.69% -
XYZ 29.81 38.08 7.79 -
YUV 154.53 63.37 130.48 -
System Red Green Blue C M Y K H S L
Decimal 158 175 40 0.10 0 0.77 0.31 67.56 0.63 0.42
Hex 9E AF 28 A 0 4D 1F 44 3F 2A
Octal 236 257 50 12 0 115 37 104 77 52
Binary 10011110 10101111 101000 1010 0 1001101 11111 1000100 111111 101010

Color Harmonies of #9EAF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF28

Black with #9EAF28

Text Example


Text Example

White with #9EAF28

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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