Shades of Citrus #9DAF09
Tints of Citrus #9DAF09
RGB
CMYK
RGB Variations
Color information
#9DAF09 (or 0x9DAF09) is known color: Citrus. HEX triplet: 9D, AF and 09. RGB value is (157,175,9). Sum of RGB (Red+Green+Blue) = 157+175+9=341 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.04% from 341); Green value is 175 (68.75% from 255 or 51.32% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAF09 is #6250F6. Grayscale: #979797. Windows color (decimal): -6443255 or 634781. OLE color: 634781.
HSL color Cylindrical-coordinate representation of color #9DAF09: hue angle of 66.51º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DAF09 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 157 | 175 | 9 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.31 |
| HSL | 66.51º | 0.9% | 0.36% | - |
| HSV(B) | 66.51º | 0.95% | 0.69% | - |
| XYZ | 29.28 | 37.85 | 6.02 | - |
| YUV | 150.69 | 48.04 | 132.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 175 | 9 | 0.10 | 0 | 0.95 | 0.31 | 66.51 | 0.9 | 0.36 |
| Hex | 9D | AF | 9 | A | 0 | 5F | 1F | 43 | 5A | 24 |
| Octal | 235 | 257 | 11 | 12 | 0 | 137 | 37 | 103 | 132 | 44 |
| Binary | 10011101 | 10101111 | 1001 | 1010 | 0 | 1011111 | 11111 | 1000011 | 1011010 | 100100 |
Color Harmonies of #9DAF09
Complementary color
Monochromatic Colors of #9DAF09
Black with #9DAF09
Text Example
Text Example
White with #9DAF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAF09; }
p { color: rgb(157,175,9); }
H1.HeaderClassName
{
color: #9DAF09;
}
.AnyTagClassName
{
color: #9DAF09;
}
</style>
background-color css
<style>
a { background-color: #9DAF09; }
a { background-color: rgb(157,175,9); }
div.DivClassName
{
background-color: #9DAF09;
}
.BgClassName
{
background-color: #9DAF09;
}
</style>
border-color css
<style>
span { border-color: #9DAF09; }
span { border-color: rgb(157,175,9); }
td.TdClassName
{
border-color: #9DAF09;
}
.TagClassName
{
border-color: #9DAF09;
}
</style>