#9EA322

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

Shades of Citron #9EA322

Tints of Citron #9EA322

Color information

#9EA322 (or 0x9EA322) is unknown color: approx Citron. HEX triplet: 9E, A3 and 22. RGB value is (158,163,34). Sum of RGB (Red+Green+Blue) = 158+163+34=355 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.51% from 355); Green value is 163 (64.06% from 255 or 45.92% from 355); Blue value is 34 (13.67% from 255 or 9.58% from 355); Max value from RGB is 163 - color contains mainly: green. Hex color #9EA322 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA322 is #615CDD. Grayscale: #939393. Windows color (decimal): -6380766 or 2270110. OLE color: 2270110.

HSL color Cylindrical-coordinate representation of color #9EA322: hue angle of 62.33º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9EA322 is Cyan = 0.03, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB15816334-
CMYK0.0300.790.36
HSL62.33º65.48%38.63%-
HSV(B)62.33º79.14%63.92%-
XYZ27.4933.586.55-
YUV146.864.34135.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.51%
GREEN value IS 163 (64.06% from 255) = 45.92%
BLUE value IS 34 (13.67% from 255) = 9.58%
R=44.51%
G=45.92%
B=9.58%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158163340.0300.790.3662.3365.4838.63
Hex9EA322304F243e4127
Octal2362434230117447610147
Binary100111101010001110001011010011111001001111101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,163,34); }

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

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

 a { background-color: rgb(158,163,34); }

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

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

 span { border-color: rgb(158,163,34); }

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