#9EAA1C

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

Shades of Citrus #9EAA1C

Tints of Citrus #9EAA1C

Color information

#9EAA1C (or 0x9EAA1C) is unknown color: approx Citrus. HEX triplet: 9E, AA and 1C. RGB value is (158,170,28). Sum of RGB (Red+Green+Blue) = 158+170+28=356 (47% of max value = 765). Red value is 158 (62.11% from 255 or 44.38% from 356); Green value is 170 (66.80% from 255 or 47.75% from 356); Blue value is 28 (11.33% from 255 or 7.87% from 356); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA1C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA1C is #6155E3. Grayscale: #969696. Windows color (decimal): -6378980 or 1878686. OLE color: 1878686.

HSL color Cylindrical-coordinate representation of color #9EAA1C: hue angle of 65.07º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9EAA1C is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB15817028-
CMYK0.0700.840.33
HSL65.07º71.72%38.82%-
HSV(B)65.07º83.53%66.67%-
XYZ28.6836.16.56-
YUV150.2259.02133.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.38%
GREEN value IS 170 (66.80% from 255) = 47.75%
BLUE value IS 28 (11.33% from 255) = 7.87%
R=44.38%
G=47.75%
B=7.87%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158170280.0700.840.3365.0771.7238.82
Hex9EAA1C705421414827
Octal23625234701244110111047
Binary1001111010101010111001110101010010000110000011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAA1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,170,28); }

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

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

 a { background-color: rgb(158,170,28); }

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

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

 span { border-color: rgb(158,170,28); }

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