Shades of Citrus #9DAC08
Tints of Citrus #9DAC08
RGB
CMYK
RGB Variations
Color information
#9DAC08 (or 0x9DAC08) is known color: Citrus. HEX triplet: 9D, AC and 08. RGB value is (157,172,8). Sum of RGB (Red+Green+Blue) = 157+172+8=337 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.59% from 337); Green value is 172 (67.58% from 255 or 51.04% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 172 - color contains mainly: green. Hex color #9DAC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAC08 is #6253F7. Grayscale: #959595. Windows color (decimal): -6444024 or 568477. OLE color: 568477.
HSL color Cylindrical-coordinate representation of color #9DAC08: hue angle of 65.49º degrees, saturation: 0.91, 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 #9DAC08 is Cyan = 0.09, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 172 | 8 | - |
| CMYK | 0.09 | 0 | 0.95 | 0.33 |
| HSL | 65.49º | 0.91% | 0.35% | - |
| HSV(B) | 65.49º | 0.95% | 0.67% | - |
| XYZ | 28.7 | 36.69 | 5.8 | - |
| YUV | 148.82 | 48.53 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 172 | 8 | 0.09 | 0 | 0.95 | 0.33 | 65.49 | 0.91 | 0.35 |
| Hex | 9D | AC | 8 | 9 | 0 | 5F | 21 | 41 | 5B | 23 |
| Octal | 235 | 254 | 10 | 11 | 0 | 137 | 41 | 101 | 133 | 43 |
| Binary | 10011101 | 10101100 | 1000 | 1001 | 0 | 1011111 | 100001 | 1000001 | 1011011 | 100011 |
Color Harmonies of #9DAC08
Complementary color
Monochromatic Colors of #9DAC08
Black with #9DAC08
Text Example
Text Example
White with #9DAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAC08; }
p { color: rgb(157,172,8); }
H1.HeaderClassName
{
color: #9DAC08;
}
.AnyTagClassName
{
color: #9DAC08;
}
</style>
background-color css
<style>
a { background-color: #9DAC08; }
a { background-color: rgb(157,172,8); }
div.DivClassName
{
background-color: #9DAC08;
}
.BgClassName
{
background-color: #9DAC08;
}
</style>
border-color css
<style>
span { border-color: #9DAC08; }
span { border-color: rgb(157,172,8); }
td.TdClassName
{
border-color: #9DAC08;
}
.TagClassName
{
border-color: #9DAC08;
}
</style>