Shades of Citrus #9DAD01
Tints of Citrus #9DAD01
RGB
CMYK
RGB Variations
Color information
#9DAD01 (or 0x9DAD01) is known color: Citrus. HEX triplet: 9D, AD and 01. RGB value is (157,173,1). Sum of RGB (Red+Green+Blue) = 157+173+1=331 (43% of max value = 765). Red value is 157 (61.72% from 255 or 47.43% from 331); Green value is 173 (67.97% from 255 or 52.27% from 331); Blue value is 1 (0.78% from 255 or 0.30% from 331); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAD01 is #6252FE. Grayscale: #959595. Windows color (decimal): -6443775 or 109981. OLE color: 109981.
HSL color Cylindrical-coordinate representation of color #9DAD01: hue angle of 65.58º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DAD01 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 173 | 1 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.32 |
| HSL | 65.58º | 0.99% | 0.34% | - |
| HSV(B) | 65.58º | 0.99% | 0.68% | - |
| XYZ | 28.85 | 37.06 | 5.66 | - |
| YUV | 148.61 | 44.7 | 133.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 173 | 1 | 0.09 | 0 | 0.99 | 0.32 | 65.58 | 0.99 | 0.34 |
| Hex | 9D | AD | 1 | 9 | 0 | 63 | 20 | 42 | 63 | 22 |
| Octal | 235 | 255 | 1 | 11 | 0 | 143 | 40 | 102 | 143 | 42 |
| Binary | 10011101 | 10101101 | 1 | 1001 | 0 | 1100011 | 100000 | 1000010 | 1100011 | 100010 |
Color Harmonies of #9DAD01
Complementary color
Monochromatic Colors of #9DAD01
Black with #9DAD01
Text Example
Text Example
White with #9DAD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAD01; }
p { color: rgb(157,173,1); }
H1.HeaderClassName
{
color: #9DAD01;
}
.AnyTagClassName
{
color: #9DAD01;
}
</style>
background-color css
<style>
a { background-color: #9DAD01; }
a { background-color: rgb(157,173,1); }
div.DivClassName
{
background-color: #9DAD01;
}
.BgClassName
{
background-color: #9DAD01;
}
</style>
border-color css
<style>
span { border-color: #9DAD01; }
span { border-color: rgb(157,173,1); }
td.TdClassName
{
border-color: #9DAD01;
}
.TagClassName
{
border-color: #9DAD01;
}
</style>