Shades of Citrus #9EAB0D
Tints of Citrus #9EAB0D
RGB
CMYK
RGB Variations
Color information
#9EAB0D (or 0x9EAB0D) is known color: Citrus. HEX triplet: 9E, AB and 0D. RGB value is (158,171,13). Sum of RGB (Red+Green+Blue) = 158+171+13=342 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.20% from 342); Green value is 171 (67.19% from 255 or 50% from 342); Blue value is 13 (5.47% from 255 or 3.80% from 342); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAB0D is #6154F2. Grayscale: #959595. Windows color (decimal): -6378739 or 895902. OLE color: 895902.
HSL color Cylindrical-coordinate representation of color #9EAB0D: hue angle of 64.94º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9EAB0D is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 13 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.33 |
| HSL | 64.94º | 0.86% | 0.36% | - |
| HSV(B) | 64.94º | 0.92% | 0.67% | - |
| XYZ | 28.74 | 36.42 | 5.9 | - |
| YUV | 149.1 | 51.19 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 13 | 0.08 | 0 | 0.92 | 0.33 | 64.94 | 0.86 | 0.36 |
| Hex | 9E | AB | D | 8 | 0 | 5C | 21 | 41 | 56 | 24 |
| Octal | 236 | 253 | 15 | 10 | 0 | 134 | 41 | 101 | 126 | 44 |
| Binary | 10011110 | 10101011 | 1101 | 1000 | 0 | 1011100 | 100001 | 1000001 | 1010110 | 100100 |
Color Harmonies of #9EAB0D
Complementary color
Monochromatic Colors of #9EAB0D
Black with #9EAB0D
Text Example
Text Example
White with #9EAB0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB0D; }
p { color: rgb(158,171,13); }
H1.HeaderClassName
{
color: #9EAB0D;
}
.AnyTagClassName
{
color: #9EAB0D;
}
</style>
background-color css
<style>
a { background-color: #9EAB0D; }
a { background-color: rgb(158,171,13); }
div.DivClassName
{
background-color: #9EAB0D;
}
.BgClassName
{
background-color: #9EAB0D;
}
</style>
border-color css
<style>
span { border-color: #9EAB0D; }
span { border-color: rgb(158,171,13); }
td.TdClassName
{
border-color: #9EAB0D;
}
.TagClassName
{
border-color: #9EAB0D;
}
</style>