#9EA508

Color #9EA508 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #9EA508

Tints of Citrus #9EA508

Color information

#9EA508 (or 0x9EA508) is unknown color: approx Citrus. HEX triplet: 9E, A5 and 08. RGB value is (158,165,8). Sum of RGB (Red+Green+Blue) = 158+165+8=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 165 (64.84% from 255 or 49.85% from 331); Blue value is 8 (3.52% from 255 or 2.42% from 331); Max value from RGB is 165 - color contains mainly: green. Hex color #9EA508 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA508 is #615AF7. Grayscale: #919191. Windows color (decimal): -6380280 or 566686. OLE color: 566686.

HSL color Cylindrical-coordinate representation of color #9EA508: hue angle of 62.68º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9EA508 is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.35.

Color convert

RGB1581658-
CMYK0.0400.950.35
HSL62.68º90.75%33.92%-
HSV(B)62.68º95.15%64.71%-
XYZ27.634.25.38-
YUV145.0150.68137.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.73%
GREEN value IS 165 (64.84% from 255) = 49.85%
BLUE value IS 8 (3.52% from 255) = 2.42%
R=47.73%
G=49.85%
B=2.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15816580.0400.950.3562.6890.7533.92
Hex9EA58405F233f5b22
Octal2362451040137437713342
Binary10011110101001011000100010111111000111111111011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,165,8); }

 H1.HeaderClassName
 {
   color: #9EA508;
 }
 .AnyTagClassName
 {
   color: #9EA508;
 }
</style>
background-color css

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

 a { background-color: rgb(158,165,8); }

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

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

 span { border-color: rgb(158,165,8); }

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