Shades of Citrus #9DAF0E
Tints of Citrus #9DAF0E
RGB
CMYK
RGB Variations
Color information
#9DAF0E (or 0x9DAF0E) is known color: Citrus. HEX triplet: 9D, AF and 0E. RGB value is (157,175,14). Sum of RGB (Red+Green+Blue) = 157+175+14=346 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.38% from 346); Green value is 175 (68.75% from 255 or 50.58% from 346); Blue value is 14 (5.86% from 255 or 4.05% from 346); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAF0E is #6250F1. Grayscale: #979797. Windows color (decimal): -6443250 or 962461. OLE color: 962461.
HSL color Cylindrical-coordinate representation of color #9DAF0E: hue angle of 66.71º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9DAF0E is Cyan = 0.10, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 14 | - |
| CMYK | 0.10 | 0 | 0.92 | 0.31 |
| HSL | 66.71º | 0.85% | 0.37% | - |
| HSV(B) | 66.71º | 0.92% | 0.69% | - |
| XYZ | 29.31 | 37.86 | 6.18 | - |
| YUV | 151.26 | 50.54 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 14 | 0.10 | 0 | 0.92 | 0.31 | 66.71 | 0.85 | 0.37 |
| Hex | 9D | AF | E | A | 0 | 5C | 1F | 43 | 55 | 25 |
| Octal | 235 | 257 | 16 | 12 | 0 | 134 | 37 | 103 | 125 | 45 |
| Binary | 10011101 | 10101111 | 1110 | 1010 | 0 | 1011100 | 11111 | 1000011 | 1010101 | 100101 |
Color Harmonies of #9DAF0E
Complementary color
Monochromatic Colors of #9DAF0E
Black with #9DAF0E
Text Example
Text Example
White with #9DAF0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAF0E; }
p { color: rgb(157,175,14); }
H1.HeaderClassName
{
color: #9DAF0E;
}
.AnyTagClassName
{
color: #9DAF0E;
}
</style>
background-color css
<style>
a { background-color: #9DAF0E; }
a { background-color: rgb(157,175,14); }
div.DivClassName
{
background-color: #9DAF0E;
}
.BgClassName
{
background-color: #9DAF0E;
}
</style>
border-color css
<style>
span { border-color: #9DAF0E; }
span { border-color: rgb(157,175,14); }
td.TdClassName
{
border-color: #9DAF0E;
}
.TagClassName
{
border-color: #9DAF0E;
}
</style>