Shades of Citrus #9EAB15
Tints of Citrus #9EAB15
RGB
CMYK
RGB Variations
Color information
#9EAB15 (or 0x9EAB15) is known color: Citrus. HEX triplet: 9E, AB and 15. RGB value is (158,171,21). Sum of RGB (Red+Green+Blue) = 158+171+21=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 171 (67.19% from 255 or 48.86% from 350); Blue value is 21 (8.59% from 255 or 6% from 350); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB15 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAB15 is #6154EA. Grayscale: #969696. Windows color (decimal): -6378731 or 1420190. OLE color: 1420190.
HSL color Cylindrical-coordinate representation of color #9EAB15: hue angle of 65.2º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9EAB15 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 21 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.33 |
| HSL | 65.2º | 0.78% | 0.38% | - |
| HSV(B) | 65.2º | 0.88% | 0.67% | - |
| XYZ | 28.8 | 36.45 | 6.23 | - |
| YUV | 150.01 | 55.19 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 21 | 0.08 | 0 | 0.88 | 0.33 | 65.2 | 0.78 | 0.38 |
| Hex | 9E | AB | 15 | 8 | 0 | 58 | 21 | 41 | 4E | 26 |
| Octal | 236 | 253 | 25 | 10 | 0 | 130 | 41 | 101 | 116 | 46 |
| Binary | 10011110 | 10101011 | 10101 | 1000 | 0 | 1011000 | 100001 | 1000001 | 1001110 | 100110 |
Color Harmonies of #9EAB15
Complementary color
Monochromatic Colors of #9EAB15
Black with #9EAB15
Text Example
Text Example
White with #9EAB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB15; }
p { color: rgb(158,171,21); }
H1.HeaderClassName
{
color: #9EAB15;
}
.AnyTagClassName
{
color: #9EAB15;
}
</style>
background-color css
<style>
a { background-color: #9EAB15; }
a { background-color: rgb(158,171,21); }
div.DivClassName
{
background-color: #9EAB15;
}
.BgClassName
{
background-color: #9EAB15;
}
</style>
border-color css
<style>
span { border-color: #9EAB15; }
span { border-color: rgb(158,171,21); }
td.TdClassName
{
border-color: #9EAB15;
}
.TagClassName
{
border-color: #9EAB15;
}
</style>