Shades of Citrus #9DAC09
Tints of Citrus #9DAC09
RGB
CMYK
RGB Variations
Color information
#9DAC09 (or 0x9DAC09) is known color: Citrus. HEX triplet: 9D, AC and 09. RGB value is (157,172,9). Sum of RGB (Red+Green+Blue) = 157+172+9=338 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.45% from 338); Green value is 172 (67.58% from 255 or 50.89% from 338); Blue value is 9 (3.91% from 255 or 2.66% from 338); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAC09 is #6253F6. Grayscale: #959595. Windows color (decimal): -6444023 or 634013. OLE color: 634013.
HSL color Cylindrical-coordinate representation of color #9DAC09: hue angle of 65.52º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DAC09 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 9 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.33 |
| HSL | 65.52º | 0.9% | 0.35% | - |
| HSV(B) | 65.52º | 0.95% | 0.67% | - |
| XYZ | 28.71 | 36.69 | 5.83 | - |
| YUV | 148.93 | 49.03 | 133.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 9 | 0.09 | 0 | 0.95 | 0.33 | 65.52 | 0.9 | 0.35 |
| Hex | 9D | AC | 9 | 9 | 0 | 5F | 21 | 42 | 5A | 23 |
| Octal | 235 | 254 | 11 | 11 | 0 | 137 | 41 | 102 | 132 | 43 |
| Binary | 10011101 | 10101100 | 1001 | 1001 | 0 | 1011111 | 100001 | 1000010 | 1011010 | 100011 |
Color Harmonies of #9DAC09
Complementary color
Monochromatic Colors of #9DAC09
Black with #9DAC09
Text Example
Text Example
White with #9DAC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC09; }
p { color: rgb(157,172,9); }
H1.HeaderClassName
{
color: #9DAC09;
}
.AnyTagClassName
{
color: #9DAC09;
}
</style>
background-color css
<style>
a { background-color: #9DAC09; }
a { background-color: rgb(157,172,9); }
div.DivClassName
{
background-color: #9DAC09;
}
.BgClassName
{
background-color: #9DAC09;
}
</style>
border-color css
<style>
span { border-color: #9DAC09; }
span { border-color: rgb(157,172,9); }
td.TdClassName
{
border-color: #9DAC09;
}
.TagClassName
{
border-color: #9DAC09;
}
</style>