Shades of Citrus #9EAC14
Tints of Citrus #9EAC14
RGB
CMYK
RGB Variations
Color information
#9EAC14 (or 0x9EAC14) is known color: Citrus. HEX triplet: 9E, AC and 14. RGB value is (158,172,20). Sum of RGB (Red+Green+Blue) = 158+172+20=350 (46% of max value = 765). Red value is 158 (62.11% from 255 or 45.14% from 350); Green value is 172 (67.58% from 255 or 49.14% from 350); Blue value is 20 (8.20% from 255 or 5.71% from 350); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAC14 is #6153EB. Grayscale: #979797. Windows color (decimal): -6378476 or 1354910. OLE color: 1354910.
HSL color Cylindrical-coordinate representation of color #9EAC14: hue angle of 65.53º degrees, saturation: 0.79, 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 #9EAC14 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 20 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.33 |
| HSL | 65.53º | 0.79% | 0.38% | - |
| HSV(B) | 65.53º | 0.88% | 0.67% | - |
| XYZ | 28.98 | 36.82 | 6.24 | - |
| YUV | 150.49 | 54.36 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 20 | 0.08 | 0 | 0.88 | 0.33 | 65.53 | 0.79 | 0.38 |
| Hex | 9E | AC | 14 | 8 | 0 | 58 | 21 | 42 | 4F | 26 |
| Octal | 236 | 254 | 24 | 10 | 0 | 130 | 41 | 102 | 117 | 46 |
| Binary | 10011110 | 10101100 | 10100 | 1000 | 0 | 1011000 | 100001 | 1000010 | 1001111 | 100110 |
Color Harmonies of #9EAC14
Complementary color
Monochromatic Colors of #9EAC14
Black with #9EAC14
Text Example
Text Example
White with #9EAC14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC14; }
p { color: rgb(158,172,20); }
H1.HeaderClassName
{
color: #9EAC14;
}
.AnyTagClassName
{
color: #9EAC14;
}
</style>
background-color css
<style>
a { background-color: #9EAC14; }
a { background-color: rgb(158,172,20); }
div.DivClassName
{
background-color: #9EAC14;
}
.BgClassName
{
background-color: #9EAC14;
}
</style>
border-color css
<style>
span { border-color: #9EAC14; }
span { border-color: rgb(158,172,20); }
td.TdClassName
{
border-color: #9EAC14;
}
.TagClassName
{
border-color: #9EAC14;
}
</style>