Shades of Citrus #9EAC1E
Tints of Citrus #9EAC1E
RGB
CMYK
RGB Variations
Color information
#9EAC1E (or 0x9EAC1E) is known color: 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
| RGB | 158 | 172 | 30 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.33 |
| HSL | 65.92º | 0.7% | 0.4% | - |
| HSV(B) | 65.92º | 0.83% | 0.67% | - |
| XYZ | 29.09 | 36.87 | 6.81 | - |
| YUV | 151.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 30 | 0.08 | 0 | 0.83 | 0.33 | 65.92 | 0.7 | 0.4 |
| Hex | 9E | AC | 1E | 8 | 0 | 53 | 21 | 42 | 46 | 28 |
| Octal | 236 | 254 | 36 | 10 | 0 | 123 | 41 | 102 | 106 | 50 |
| Binary | 10011110 | 10101100 | 11110 | 1000 | 0 | 1010011 | 100001 | 1000010 | 1000110 | 101000 |
Color Harmonies of #9EAC1E
Complementary color
Monochromatic Colors of #9EAC1E
Black with #9EAC1E
Text Example
Text Example
White with #9EAC1E
Text Example
Text Example
HTML Codes & Css Web 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>