#9EA802

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

Shades of Citrus #9EA802

Tints of Citrus #9EA802

Color information

#9EA802 (or 0x9EA802) is unknown color: approx Citrus. HEX triplet: 9E, A8 and 02. RGB value is (158,168,2). Sum of RGB (Red+Green+Blue) = 158+168+2=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 168 (66.02% from 255 or 51.22% from 328); Blue value is 2 (1.17% from 255 or 0.61% from 328); Max value from RGB is 168 - color contains mainly: green. Hex color #9EA802 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA802 is #6157FD. Grayscale: #929292. Windows color (decimal): -6379518 or 174238. OLE color: 174238.

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

Color convert

RGB1581682-
CMYK0.0600.990.34
HSL63.61º97.65%33.33%-
HSV(B)63.61º98.81%65.88%-
XYZ28.1135.285.39-
YUV146.0946.69136.5-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.17%
GREEN value IS 168 (66.02% from 255) = 51.22%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=48.17%
G=51.22%
B=0.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15816820.0600.990.3463.6197.6533.33
Hex9EA82606322406221
Octal2362502601434210014241
Binary1001111010101000101100110001110001010000001100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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