#9EA422

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

Shades of Citron #9EA422

Tints of Citron #9EA422

Color information

#9EA422 (or 0x9EA422) is unknown color: approx Citron. HEX triplet: 9E, A4 and 22. RGB value is (158,164,34). Sum of RGB (Red+Green+Blue) = 158+164+34=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 164 (64.45% from 255 or 46.07% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 164 - color contains mainly: green. Hex color #9EA422 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EA422 is #615BDD. Grayscale: #939393. Windows color (decimal): -6380510 or 2270366. OLE color: 2270366.

HSL color Cylindrical-coordinate representation of color #9EA422: hue angle of 62.77º degrees, saturation: 0.66, 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 #9EA422 is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB15816434-
CMYK0.0400.790.36
HSL62.77º65.66%38.82%-
HSV(B)62.77º79.27%64.31%-
XYZ27.6633.946.61-
YUV147.3964.01135.57-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.38%
GREEN value IS 164 (64.45% from 255) = 46.07%
BLUE value IS 34 (13.67% from 255) = 9.55%
R=44.38%
G=46.07%
B=9.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal158164340.0400.790.3662.7765.6638.82
Hex9EA422404F243f4227
Octal2362444240117447710247
Binary1001111010100100100010100010011111001001111111000010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EA422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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