Shades of Citrus #9DA901
Tints of Citrus #9DA901
RGB
CMYK
RGB Variations
Color information
#9DA901 (or 0x9DA901) is known color: Citrus. HEX triplet: 9D, A9 and 01. RGB value is (157,169,1). Sum of RGB (Red+Green+Blue) = 157+169+1=327 (43% of max value = 765). Red value is 157 (61.72% from 255 or 48.01% from 327); Green value is 169 (66.41% from 255 or 51.68% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 169 - color contains mainly: green. Hex color #9DA901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA901 is #6256FE. Grayscale: #929292. Windows color (decimal): -6444799 or 108957. OLE color: 108957.
HSL color Cylindrical-coordinate representation of color #9DA901: hue angle of 64.29º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9DA901 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 169 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.34 |
| HSL | 64.29º | 0.99% | 0.33% | - |
| HSV(B) | 64.29º | 0.99% | 0.66% | - |
| XYZ | 28.1 | 35.55 | 5.41 | - |
| YUV | 146.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 169 | 1 | 0.07 | 0 | 0.99 | 0.34 | 64.29 | 0.99 | 0.33 |
| Hex | 9D | A9 | 1 | 7 | 0 | 63 | 22 | 40 | 63 | 21 |
| Octal | 235 | 251 | 1 | 7 | 0 | 143 | 42 | 100 | 143 | 41 |
| Binary | 10011101 | 10101001 | 1 | 111 | 0 | 1100011 | 100010 | 1000000 | 1100011 | 100001 |
Color Harmonies of #9DA901
Complementary color
Monochromatic Colors of #9DA901
Black with #9DA901
Text Example
Text Example
White with #9DA901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA901; }
p { color: rgb(157,169,1); }
H1.HeaderClassName
{
color: #9DA901;
}
.AnyTagClassName
{
color: #9DA901;
}
</style>
background-color css
<style>
a { background-color: #9DA901; }
a { background-color: rgb(157,169,1); }
div.DivClassName
{
background-color: #9DA901;
}
.BgClassName
{
background-color: #9DA901;
}
</style>
border-color css
<style>
span { border-color: #9DA901; }
span { border-color: rgb(157,169,1); }
td.TdClassName
{
border-color: #9DA901;
}
.TagClassName
{
border-color: #9DA901;
}
</style>