Html Css Color HEX #9EA805 Citrus

📋 copy color: '#9EA805'

red 158 ◦ green 168 ◦ blue 5

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

Shades of Citrus #9EA805

Tints of Citrus #9EA805

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.76%

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 47.73%
G = 50.76%
B = 1.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#9EA805 (or 0x9EA805) is known color: Citrus. HEX triplet: 9E, A8 and 05. RGB value is (158,168,5). Sum of RGB (Red+Green+Blue) = 158+168+5=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 168 (66.02% from 255 or 50.76% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA805 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA805 is #6157FA. Grayscale: #939393. Windows color (decimal): -6379515 or 370846. OLE color: 370846.

HSL color Cylindrical-coordinate representation of color #9EA805: hue angle of 63.68º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EA805 is Cyan = 0.06, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 158 168 5 -
CMYK 0.06 0 0.97 0.34
HSL 63.68º 0.94% 0.34% -
HSV(B) 63.68º 0.97% 0.66% -
XYZ 28.13 35.29 5.47 -
YUV 146.43 48.19 136.25 -
System Red Green Blue C M Y K H S L
Decimal 158 168 5 0.06 0 0.97 0.34 63.68 0.94 0.34
Hex 9E A8 5 6 0 61 22 40 5E 22
Octal 236 250 5 6 0 141 42 100 136 42
Binary 10011110 10101000 101 110 0 1100001 100010 1000000 1011110 100010

Color Harmonies of #9EA805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EA805

Black with #9EA805

Text Example


Text Example

White with #9EA805

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,168,5); }

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

background-color css

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

 a { background-color: rgb(158,168,5); }

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

border-color css

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

 span { border-color: rgb(158,168,5); }

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