Html Css Color HEX #9EAF1D Bahia

📋 copy color: '#9EAF1D'

red 158 ◦ green 175 ◦ blue 29

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

Shades of Bahia #9EAF1D

Tints of Bahia #9EAF1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 8.01%

R = 43.65%
G = 48.34%
B = 8.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#9EAF1D (or 0x9EAF1D) is known color: Bahia. HEX triplet: 9E, AF and 1D. RGB value is (158,175,29). Sum of RGB (Red+Green+Blue) = 158+175+29=362 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.65% from 362); Green value is 175 (68.75% from 255 or 48.34% from 362); Blue value is 29 (11.72% from 255 or 8.01% from 362); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF1D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAF1D is #6150E2. Grayscale: #999999. Windows color (decimal): -6377699 or 1945502. OLE color: 1945502.

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

Color convert

RGB 158 175 29 -
CMYK 0.10 0 0.83 0.31
HSL 66.99º 0.72% 0.4% -
HSV(B) 66.99º 0.83% 0.69% -
XYZ 29.65 38.02 6.94 -
YUV 153.27 57.87 131.37 -
System Red Green Blue C M Y K H S L
Decimal 158 175 29 0.10 0 0.83 0.31 66.99 0.72 0.4
Hex 9E AF 1D A 0 53 1F 43 48 28
Octal 236 257 35 12 0 123 37 103 110 50
Binary 10011110 10101111 11101 1010 0 1010011 11111 1000011 1001000 101000

Color Harmonies of #9EAF1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF1D

Black with #9EAF1D

Text Example


Text Example

White with #9EAF1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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