Shades of Citrus #9EAA0D
Tints of Citrus #9EAA0D
RGB
CMYK
RGB Variations
Color information
#9EAA0D (or 0x9EAA0D) is known color: Citrus. HEX triplet: 9E, AA and 0D. RGB value is (158,170,13). Sum of RGB (Red+Green+Blue) = 158+170+13=341 (45% of max value = 765). Red value is 158 (62.11% from 255 or 46.33% from 341); Green value is 170 (66.80% from 255 or 49.85% from 341); Blue value is 13 (5.47% from 255 or 3.81% from 341); Max value from RGB is 170 - color contains mainly: green. Hex color #9EAA0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9EAA0D is #6155F2. Grayscale: #959595. Windows color (decimal): -6378995 or 895646. OLE color: 895646.
HSL color Cylindrical-coordinate representation of color #9EAA0D: hue angle of 64.59º 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 #9EAA0D is Cyan = 0.07, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 170 | 13 | - |
| CMYK | 0.07 | 0 | 0.92 | 0.33 |
| HSL | 64.59º | 0.86% | 0.36% | - |
| HSV(B) | 64.59º | 0.92% | 0.67% | - |
| XYZ | 28.55 | 36.05 | 5.83 | - |
| YUV | 148.51 | 51.52 | 134.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 170 | 13 | 0.07 | 0 | 0.92 | 0.33 | 64.59 | 0.86 | 0.36 |
| Hex | 9E | AA | D | 7 | 0 | 5C | 21 | 41 | 56 | 24 |
| Octal | 236 | 252 | 15 | 7 | 0 | 134 | 41 | 101 | 126 | 44 |
| Binary | 10011110 | 10101010 | 1101 | 111 | 0 | 1011100 | 100001 | 1000001 | 1010110 | 100100 |
Color Harmonies of #9EAA0D
Complementary color
Monochromatic Colors of #9EAA0D
Black with #9EAA0D
Text Example
Text Example
White with #9EAA0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAA0D; }
p { color: rgb(158,170,13); }
H1.HeaderClassName
{
color: #9EAA0D;
}
.AnyTagClassName
{
color: #9EAA0D;
}
</style>
background-color css
<style>
a { background-color: #9EAA0D; }
a { background-color: rgb(158,170,13); }
div.DivClassName
{
background-color: #9EAA0D;
}
.BgClassName
{
background-color: #9EAA0D;
}
</style>
border-color css
<style>
span { border-color: #9EAA0D; }
span { border-color: rgb(158,170,13); }
td.TdClassName
{
border-color: #9EAA0D;
}
.TagClassName
{
border-color: #9EAA0D;
}
</style>