Shades of Citrus #9DAF0F
Tints of Citrus #9DAF0F
RGB
CMYK
RGB Variations
Color information
#9DAF0F (or 0x9DAF0F) is known color: Citrus. HEX triplet: 9D, AF and 0F. RGB value is (157,175,15). Sum of RGB (Red+Green+Blue) = 157+175+15=347 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.24% from 347); Green value is 175 (68.75% from 255 or 50.43% from 347); Blue value is 15 (6.25% from 255 or 4.32% from 347); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF0F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAF0F is #6250F0. Grayscale: #989898. Windows color (decimal): -6443249 or 1027997. OLE color: 1027997.
HSL color Cylindrical-coordinate representation of color #9DAF0F: hue angle of 66.75º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DAF0F is Cyan = 0.10, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 15 | - |
| CMYK | 0.10 | 0 | 0.91 | 0.31 |
| HSL | 66.75º | 0.84% | 0.37% | - |
| HSV(B) | 66.75º | 0.91% | 0.69% | - |
| XYZ | 29.32 | 37.86 | 6.21 | - |
| YUV | 151.38 | 51.04 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 15 | 0.10 | 0 | 0.91 | 0.31 | 66.75 | 0.84 | 0.37 |
| Hex | 9D | AF | F | A | 0 | 5B | 1F | 43 | 54 | 25 |
| Octal | 235 | 257 | 17 | 12 | 0 | 133 | 37 | 103 | 124 | 45 |
| Binary | 10011101 | 10101111 | 1111 | 1010 | 0 | 1011011 | 11111 | 1000011 | 1010100 | 100101 |
Color Harmonies of #9DAF0F
Complementary color
Monochromatic Colors of #9DAF0F
Black with #9DAF0F
Text Example
Text Example
White with #9DAF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAF0F; }
p { color: rgb(157,175,15); }
H1.HeaderClassName
{
color: #9DAF0F;
}
.AnyTagClassName
{
color: #9DAF0F;
}
</style>
background-color css
<style>
a { background-color: #9DAF0F; }
a { background-color: rgb(157,175,15); }
div.DivClassName
{
background-color: #9DAF0F;
}
.BgClassName
{
background-color: #9DAF0F;
}
</style>
border-color css
<style>
span { border-color: #9DAF0F; }
span { border-color: rgb(157,175,15); }
td.TdClassName
{
border-color: #9DAF0F;
}
.TagClassName
{
border-color: #9DAF0F;
}
</style>