Html Css Color HEX #9EAF0B Citrus

📋 copy color: '#9EAF0B'

red 158 ◦ green 175 ◦ blue 11

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

Shades of Citrus #9EAF0B

Tints of Citrus #9EAF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 3.2%

R = 45.93%
G = 50.87%
B = 3.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.31

RGB Variations

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

Color information

#9EAF0B (or 0x9EAF0B) is known color: Citrus. HEX triplet: 9E, AF and 0B. RGB value is (158,175,11). Sum of RGB (Red+Green+Blue) = 158+175+11=344 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.93% from 344); Green value is 175 (68.75% from 255 or 50.87% from 344); Blue value is 11 (4.69% from 255 or 3.20% from 344); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAF0B is #6150F4. Grayscale: #979797. Windows color (decimal): -6377717 or 765854. OLE color: 765854.

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

Color convert

RGB 158 175 11 -
CMYK 0.10 0 0.94 0.31
HSL 66.22º 0.88% 0.36% -
HSV(B) 66.22º 0.94% 0.69% -
XYZ 29.49 37.95 6.09 -
YUV 151.22 48.87 132.84 -
System Red Green Blue C M Y K H S L
Decimal 158 175 11 0.10 0 0.94 0.31 66.22 0.88 0.36
Hex 9E AF B A 0 5E 1F 42 58 24
Octal 236 257 13 12 0 136 37 102 130 44
Binary 10011110 10101111 1011 1010 0 1011110 11111 1000010 1011000 100100

Color Harmonies of #9EAF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF0B

Black with #9EAF0B

Text Example


Text Example

White with #9EAF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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