Shades of Citrus #9DAB08
Tints of Citrus #9DAB08
RGB
CMYK
RGB Variations
Color information
#9DAB08 (or 0x9DAB08) is known color: Citrus. HEX triplet: 9D, AB and 08. RGB value is (157,171,8). Sum of RGB (Red+Green+Blue) = 157+171+8=336 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.73% from 336); Green value is 171 (67.19% from 255 or 50.89% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAB08 is #6254F7. Grayscale: #949494. Windows color (decimal): -6444280 or 568221. OLE color: 568221.
HSL color Cylindrical-coordinate representation of color #9DAB08: hue angle of 65.15º 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 #9DAB08 is Cyan = 0.08, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 8 | - |
| CMYK | 0.08 | 0 | 0.95 | 0.33 |
| HSL | 65.15º | 0.91% | 0.35% | - |
| HSV(B) | 65.15º | 0.95% | 0.67% | - |
| XYZ | 28.51 | 36.31 | 5.74 | - |
| YUV | 148.23 | 48.86 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 8 | 0.08 | 0 | 0.95 | 0.33 | 65.15 | 0.91 | 0.35 |
| Hex | 9D | AB | 8 | 8 | 0 | 5F | 21 | 41 | 5B | 23 |
| Octal | 235 | 253 | 10 | 10 | 0 | 137 | 41 | 101 | 133 | 43 |
| Binary | 10011101 | 10101011 | 1000 | 1000 | 0 | 1011111 | 100001 | 1000001 | 1011011 | 100011 |
Color Harmonies of #9DAB08
Complementary color
Monochromatic Colors of #9DAB08
Black with #9DAB08
Text Example
Text Example
White with #9DAB08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB08; }
p { color: rgb(157,171,8); }
H1.HeaderClassName
{
color: #9DAB08;
}
.AnyTagClassName
{
color: #9DAB08;
}
</style>
background-color css
<style>
a { background-color: #9DAB08; }
a { background-color: rgb(157,171,8); }
div.DivClassName
{
background-color: #9DAB08;
}
.BgClassName
{
background-color: #9DAB08;
}
</style>
border-color css
<style>
span { border-color: #9DAB08; }
span { border-color: rgb(157,171,8); }
td.TdClassName
{
border-color: #9DAB08;
}
.TagClassName
{
border-color: #9DAB08;
}
</style>