#9EAA1A

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

Shades of Citrus #9EAA1A

Tints of Citrus #9EAA1A

Color information

#9EAA1A (or 0x9EAA1A) is unknown color: approx Citrus. HEX triplet: 9E, AA and 1A. RGB value is (158,170,26). Sum of RGB (Red+Green+Blue) = 158+170+26=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 170 (66.80% from 255 or 48.02% from 354); Blue value is 26 (10.55% from 255 or 7.34% from 354); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA1A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAA1A is #6155E5. Grayscale: #969696. Windows color (decimal): -6378982 or 1747614. OLE color: 1747614.

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

Color convert

RGB15817026-
CMYK0.0700.850.33
HSL65º73.47%38.43%-
HSV(B)65º84.71%66.67%-
XYZ28.6636.096.43-
YUV15058.02133.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 44.63%
GREEN value IS 170 (66.80% from 255) = 48.02%
BLUE value IS 26 (10.55% from 255) = 7.34%
R=44.63%
G=48.02%
B=7.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158170260.0700.850.336573.4738.43
Hex9EAA1A705521414926
Octal23625232701254110111146
Binary1001111010101010110101110101010110000110000011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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