#9EAC1E

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

Shades of Citrus #9EAC1E

Tints of Citrus #9EAC1E

Color information

#9EAC1E (or 0x9EAC1E) is unknown color: approx Citrus. HEX triplet: 9E, AC and 1E. RGB value is (158,172,30). Sum of RGB (Red+Green+Blue) = 158+172+30=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 172 (67.58% from 255 or 47.78% from 360); Blue value is 30 (12.11% from 255 or 8.33% from 360); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC1E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAC1E is #6153E1. Grayscale: #989898. Windows color (decimal): -6378466 or 2010270. OLE color: 2010270.

HSL color Cylindrical-coordinate representation of color #9EAC1E: hue angle of 65.92º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9EAC1E is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.33.

Color convert

RGB15817230-
CMYK0.0800.830.33
HSL65.92º70.3%39.61%-
HSV(B)65.92º82.56%67.45%-
XYZ29.0936.876.81-
YUV151.6359.36132.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 43.89%
GREEN value IS 172 (67.58% from 255) = 47.78%
BLUE value IS 30 (12.11% from 255) = 8.33%
R=43.89%
G=47.78%
B=8.33%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal158172300.0800.830.3365.9270.339.61
Hex9EAC1E805321424628
Octal236254361001234110210650
Binary10011110101011001111010000101001110000110000101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EAC1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,172,30); }

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

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

 a { background-color: rgb(158,172,30); }

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

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

 span { border-color: rgb(158,172,30); }

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