Shades of Citrus #9DA103
Tints of Citrus #9DA103
RGB
CMYK
RGB Variations
Color information
#9DA103 (or 0x9DA103) is known color: Citrus. HEX triplet: 9D, A1 and 03. RGB value is (157,161,3). Sum of RGB (Red+Green+Blue) = 157+161+3=321 (42% of max value = 765). Red value is 157 (61.72% from 255 or 48.91% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA103 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA103 is #625EFC. Grayscale: #8E8E8E. Windows color (decimal): -6446845 or 237981. OLE color: 237981.
HSL color Cylindrical-coordinate representation of color #9DA103: hue angle of 61.52º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9DA103 is Cyan = 0.02, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 3 | - |
| CMYK | 0.02 | 0 | 0.98 | 0.37 |
| HSL | 61.52º | 0.96% | 0.32% | - |
| HSV(B) | 61.52º | 0.98% | 0.63% | - |
| XYZ | 26.67 | 32.66 | 4.99 | - |
| YUV | 141.79 | 49.67 | 138.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 3 | 0.02 | 0 | 0.98 | 0.37 | 61.52 | 0.96 | 0.32 |
| Hex | 9D | A1 | 3 | 2 | 0 | 62 | 25 | 3E | 60 | 20 |
| Octal | 235 | 241 | 3 | 2 | 0 | 142 | 45 | 76 | 140 | 40 |
| Binary | 10011101 | 10100001 | 11 | 10 | 0 | 1100010 | 100101 | 111110 | 1100000 | 100000 |
Color Harmonies of #9DA103
Complementary color
Monochromatic Colors of #9DA103
Black with #9DA103
Text Example
Text Example
White with #9DA103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA103; }
p { color: rgb(157,161,3); }
H1.HeaderClassName
{
color: #9DA103;
}
.AnyTagClassName
{
color: #9DA103;
}
</style>
background-color css
<style>
a { background-color: #9DA103; }
a { background-color: rgb(157,161,3); }
div.DivClassName
{
background-color: #9DA103;
}
.BgClassName
{
background-color: #9DA103;
}
</style>
border-color css
<style>
span { border-color: #9DA103; }
span { border-color: rgb(157,161,3); }
td.TdClassName
{
border-color: #9DA103;
}
.TagClassName
{
border-color: #9DA103;
}
</style>