#9EA032

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

Shades of Citron #9EA032

Tints of Citron #9EA032

Color information

#9EA032 (or 0x9EA032) is unknown color: approx Citron. HEX triplet: 9E, A0 and 32. RGB value is (158,160,50). Sum of RGB (Red+Green+Blue) = 158+160+50=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 160 (62.89% from 255 or 43.48% from 368); Blue value is 50 (19.92% from 255 or 13.59% from 368); Max value from RGB is 160 - color contains mainly: green. Hex color #9EA032 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA032 is #615FCD. Grayscale: #939393. Windows color (decimal): -6381518 or 3317918. OLE color: 3317918.

HSL color Cylindrical-coordinate representation of color #9EA032: hue angle of 61.09º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9EA032 is Cyan = 0.01, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.37.

Color convert

RGB15816050-
CMYK0.0100.690.37
HSL61.09º52.38%41.18%-
HSV(B)61.09º68.75%62.75%-
XYZ27.2532.647.88-
YUV146.8673.34135.94-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 42.93%
GREEN value IS 160 (62.89% from 255) = 43.48%
BLUE value IS 50 (19.92% from 255) = 13.59%
R=42.93%
G=43.48%
B=13.59%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal158160500.0100.690.3761.0952.3841.18
Hex9EA0321045253d3429
Octal236240621010545756451
Binary1001111010100000110010101000101100101111101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,160,50); }

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

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

 a { background-color: rgb(158,160,50); }

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

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

 span { border-color: rgb(158,160,50); }

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