Html Css Color HEX #9EAF0E Citrus

📋 copy color: '#9EAF0E'

red 158 ◦ green 175 ◦ blue 14

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

Shades of Citrus #9EAF0E

Tints of Citrus #9EAF0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.03%

R = 45.53%
G = 50.43%
B = 4.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#9EAF0E (or 0x9EAF0E) is known color: Citrus. HEX triplet: 9E, AF and 0E. RGB value is (158,175,14). Sum of RGB (Red+Green+Blue) = 158+175+14=347 (45% of max value = 765). Red value is 158 (62.11% from 255 or 45.53% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 14 (5.86% from 255 or 4.03% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #9EAF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAF0E is #6150F1. Grayscale: #989898. Windows color (decimal): -6377714 or 962462. OLE color: 962462.

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

Color convert

RGB 158 175 14 -
CMYK 0.10 0 0.92 0.31
HSL 66.34º 0.85% 0.37% -
HSV(B) 66.34º 0.92% 0.69% -
XYZ 29.51 37.96 6.19 -
YUV 151.56 50.37 132.59 -
System Red Green Blue C M Y K H S L
Decimal 158 175 14 0.10 0 0.92 0.31 66.34 0.85 0.37
Hex 9E AF E A 0 5C 1F 42 55 25
Octal 236 257 16 12 0 134 37 102 125 45
Binary 10011110 10101111 1110 1010 0 1011100 11111 1000010 1010101 100101

Color Harmonies of #9EAF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EAF0E

Black with #9EAF0E

Text Example


Text Example

White with #9EAF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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