#9EA202

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

Shades of Citrus #9EA202

Tints of Citrus #9EA202

Color information

#9EA202 (or 0x9EA202) is unknown color: approx Citrus. HEX triplet: 9E, A2 and 02. RGB value is (158,162,2). Sum of RGB (Red+Green+Blue) = 158+162+2=322 (42% of max value = 765). Red value is 158 (62.11% from 255 or 49.07% from 322); Green value is 162 (63.67% from 255 or 50.31% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 162 - color contains mainly: green. Hex color #9EA202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EA202 is #615DFD. Grayscale: #8F8F8F. Windows color (decimal): -6381054 or 172702. OLE color: 172702.

HSL color Cylindrical-coordinate representation of color #9EA202: hue angle of 61.5º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9EA202 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.

Color convert

RGB1581622-
CMYK0.0200.990.36
HSL61.5º97.56%32.16%-
HSV(B)61.5º98.77%63.53%-
XYZ27.0333.115.02-
YUV142.5648.67139.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 49.07%
GREEN value IS 162 (63.67% from 255) = 50.31%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=49.07%
G=50.31%
B=0.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15816220.0200.990.3661.597.5632.16
Hex9EA222063243e6220
Octal236242220143447614240
Binary10011110101000101010011000111001001111101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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