Shades of Citrus #9DA001
Tints of Citrus #9DA001
RGB
CMYK
RGB Variations
Color information
#9DA001 (or 0x9DA001) is known color: Citrus. HEX triplet: 9D, A0 and 01. RGB value is (157,160,1). Sum of RGB (Red+Green+Blue) = 157+160+1=318 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.37% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 1 (0.78% from 255 or 0.31% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #9DA001 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA001 is #625FFE. Grayscale: #8D8D8D. Windows color (decimal): -6447103 or 106653. OLE color: 106653.
HSL color Cylindrical-coordinate representation of color #9DA001: hue angle of 61.13º degrees, saturation: 0.99, 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 #9DA001 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 160 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.37 |
| HSL | 61.13º | 0.99% | 0.32% | - |
| HSV(B) | 61.13º | 0.99% | 0.63% | - |
| XYZ | 26.48 | 32.31 | 4.87 | - |
| YUV | 140.98 | 49.01 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 160 | 1 | 0.02 | 0 | 0.99 | 0.37 | 61.13 | 0.99 | 0.32 |
| Hex | 9D | A0 | 1 | 2 | 0 | 63 | 25 | 3D | 63 | 20 |
| Octal | 235 | 240 | 1 | 2 | 0 | 143 | 45 | 75 | 143 | 40 |
| Binary | 10011101 | 10100000 | 1 | 10 | 0 | 1100011 | 100101 | 111101 | 1100011 | 100000 |
Color Harmonies of #9DA001
Complementary color
Monochromatic Colors of #9DA001
Black with #9DA001
Text Example
Text Example
White with #9DA001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA001; }
p { color: rgb(157,160,1); }
H1.HeaderClassName
{
color: #9DA001;
}
.AnyTagClassName
{
color: #9DA001;
}
</style>
background-color css
<style>
a { background-color: #9DA001; }
a { background-color: rgb(157,160,1); }
div.DivClassName
{
background-color: #9DA001;
}
.BgClassName
{
background-color: #9DA001;
}
</style>
border-color css
<style>
span { border-color: #9DA001; }
span { border-color: rgb(157,160,1); }
td.TdClassName
{
border-color: #9DA001;
}
.TagClassName
{
border-color: #9DA001;
}
</style>