Shades of Citrus #9EAC18
Tints of Citrus #9EAC18
RGB
CMYK
RGB Variations
Color information
#9EAC18 (or 0x9EAC18) is known color: Citrus. HEX triplet: 9E, AC and 18. RGB value is (158,172,24). Sum of RGB (Red+Green+Blue) = 158+172+24=354 (46% of max value = 765). Red value is 158 (62.11% from 255 or 44.63% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 24 (9.77% from 255 or 6.78% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAC18 is #6153E7. Grayscale: #979797. Windows color (decimal): -6378472 or 1617054. OLE color: 1617054.
HSL color Cylindrical-coordinate representation of color #9EAC18: hue angle of 65.68º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9EAC18 is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 24 | - |
| CMYK | 0.08 | 0 | 0.86 | 0.33 |
| HSL | 65.68º | 0.76% | 0.38% | - |
| HSV(B) | 65.68º | 0.86% | 0.67% | - |
| XYZ | 29.02 | 36.84 | 6.45 | - |
| YUV | 150.94 | 56.36 | 133.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 24 | 0.08 | 0 | 0.86 | 0.33 | 65.68 | 0.76 | 0.38 |
| Hex | 9E | AC | 18 | 8 | 0 | 56 | 21 | 42 | 4C | 26 |
| Octal | 236 | 254 | 30 | 10 | 0 | 126 | 41 | 102 | 114 | 46 |
| Binary | 10011110 | 10101100 | 11000 | 1000 | 0 | 1010110 | 100001 | 1000010 | 1001100 | 100110 |
Color Harmonies of #9EAC18
Complementary color
Monochromatic Colors of #9EAC18
Black with #9EAC18
Text Example
Text Example
White with #9EAC18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC18; }
p { color: rgb(158,172,24); }
H1.HeaderClassName
{
color: #9EAC18;
}
.AnyTagClassName
{
color: #9EAC18;
}
</style>
background-color css
<style>
a { background-color: #9EAC18; }
a { background-color: rgb(158,172,24); }
div.DivClassName
{
background-color: #9EAC18;
}
.BgClassName
{
background-color: #9EAC18;
}
</style>
border-color css
<style>
span { border-color: #9EAC18; }
span { border-color: rgb(158,172,24); }
td.TdClassName
{
border-color: #9EAC18;
}
.TagClassName
{
border-color: #9EAC18;
}
</style>