Shades of Citrus #9DA002
Tints of Citrus #9DA002
RGB
CMYK
RGB Variations
Color information
#9DA002 (or 0x9DA002) is known color: Citrus. HEX triplet: 9D, A0 and 02. RGB value is (157,160,2). Sum of RGB (Red+Green+Blue) = 157+160+2=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 160 (62.89% from 255 or 50.16% from 319); Blue value is 2 (1.17% from 255 or 0.63% from 319); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA002 is #625FFD. Grayscale: #8D8D8D. Windows color (decimal): -6447102 or 172189. OLE color: 172189.
HSL color Cylindrical-coordinate representation of color #9DA002: hue angle of 61.14º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DA002 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.37 |
| HSL | 61.14º | 0.98% | 0.32% | - |
| HSV(B) | 61.14º | 0.99% | 0.63% | - |
| XYZ | 26.49 | 32.31 | 4.9 | - |
| YUV | 141.09 | 49.51 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 2 | 0.02 | 0 | 0.99 | 0.37 | 61.14 | 0.98 | 0.32 |
| Hex | 9D | A0 | 2 | 2 | 0 | 63 | 25 | 3D | 62 | 20 |
| Octal | 235 | 240 | 2 | 2 | 0 | 143 | 45 | 75 | 142 | 40 |
| Binary | 10011101 | 10100000 | 10 | 10 | 0 | 1100011 | 100101 | 111101 | 1100010 | 100000 |
Color Harmonies of #9DA002
Complementary color
Monochromatic Colors of #9DA002
Black with #9DA002
Text Example
Text Example
White with #9DA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA002; }
p { color: rgb(157,160,2); }
H1.HeaderClassName
{
color: #9DA002;
}
.AnyTagClassName
{
color: #9DA002;
}
</style>
background-color css
<style>
a { background-color: #9DA002; }
a { background-color: rgb(157,160,2); }
div.DivClassName
{
background-color: #9DA002;
}
.BgClassName
{
background-color: #9DA002;
}
</style>
border-color css
<style>
span { border-color: #9DA002; }
span { border-color: rgb(157,160,2); }
td.TdClassName
{
border-color: #9DA002;
}
.TagClassName
{
border-color: #9DA002;
}
</style>