Shades of Citrus #9DA101
Tints of Citrus #9DA101
RGB
CMYK
RGB Variations
Color information
#9DA101 (or 0x9DA101) is known color: Citrus. HEX triplet: 9D, A1 and 01. RGB value is (157,161,1). Sum of RGB (Red+Green+Blue) = 157+161+1=319 (42% of max value = 765). Red value is 157 (61.72% from 255 or 49.22% from 319); Green value is 161 (63.28% from 255 or 50.47% from 319); Blue value is 1 (0.78% from 255 or 0.31% from 319); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA101 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA101 is #625EFE. Grayscale: #8E8E8E. Windows color (decimal): -6446847 or 106909. OLE color: 106909.
HSL color Cylindrical-coordinate representation of color #9DA101: hue angle of 61.5º 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 #9DA101 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 1 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.37 |
| HSL | 61.5º | 0.99% | 0.32% | - |
| HSV(B) | 61.5º | 0.99% | 0.63% | - |
| XYZ | 26.65 | 32.66 | 4.93 | - |
| YUV | 141.56 | 48.67 | 139.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 1 | 0.02 | 0 | 0.99 | 0.37 | 61.5 | 0.99 | 0.32 |
| Hex | 9D | A1 | 1 | 2 | 0 | 63 | 25 | 3E | 63 | 20 |
| Octal | 235 | 241 | 1 | 2 | 0 | 143 | 45 | 76 | 143 | 40 |
| Binary | 10011101 | 10100001 | 1 | 10 | 0 | 1100011 | 100101 | 111110 | 1100011 | 100000 |
Color Harmonies of #9DA101
Complementary color
Monochromatic Colors of #9DA101
Black with #9DA101
Text Example
Text Example
White with #9DA101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA101; }
p { color: rgb(157,161,1); }
H1.HeaderClassName
{
color: #9DA101;
}
.AnyTagClassName
{
color: #9DA101;
}
</style>
background-color css
<style>
a { background-color: #9DA101; }
a { background-color: rgb(157,161,1); }
div.DivClassName
{
background-color: #9DA101;
}
.BgClassName
{
background-color: #9DA101;
}
</style>
border-color css
<style>
span { border-color: #9DA101; }
span { border-color: rgb(157,161,1); }
td.TdClassName
{
border-color: #9DA101;
}
.TagClassName
{
border-color: #9DA101;
}
</style>