Shades of Citron #9DA11B
Tints of Citron #9DA11B
RGB
CMYK
RGB Variations
Color information
#9DA11B (or 0x9DA11B) is known color: Citron. HEX triplet: 9D, A1 and 1B. RGB value is (157,161,27). Sum of RGB (Red+Green+Blue) = 157+161+27=345 (45% of max value = 765). Red value is 157 (61.72% from 255 or 45.51% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 27 (10.94% from 255 or 7.83% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA11B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA11B is #625EE4. Grayscale: #919191. Windows color (decimal): -6446821 or 1810845. OLE color: 1810845.
HSL color Cylindrical-coordinate representation of color #9DA11B: hue angle of 61.79º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9DA11B is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 27 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.37 |
| HSL | 61.79º | 0.71% | 0.37% | - |
| HSV(B) | 61.79º | 0.83% | 0.63% | - |
| XYZ | 26.85 | 32.74 | 5.94 | - |
| YUV | 144.53 | 61.67 | 136.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 27 | 0.02 | 0 | 0.83 | 0.37 | 61.79 | 0.71 | 0.37 |
| Hex | 9D | A1 | 1B | 2 | 0 | 53 | 25 | 3E | 47 | 25 |
| Octal | 235 | 241 | 33 | 2 | 0 | 123 | 45 | 76 | 107 | 45 |
| Binary | 10011101 | 10100001 | 11011 | 10 | 0 | 1010011 | 100101 | 111110 | 1000111 | 100101 |
Color Harmonies of #9DA11B
Complementary color
Monochromatic Colors of #9DA11B
Black with #9DA11B
Text Example
Text Example
White with #9DA11B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA11B; }
p { color: rgb(157,161,27); }
H1.HeaderClassName
{
color: #9DA11B;
}
.AnyTagClassName
{
color: #9DA11B;
}
</style>
background-color css
<style>
a { background-color: #9DA11B; }
a { background-color: rgb(157,161,27); }
div.DivClassName
{
background-color: #9DA11B;
}
.BgClassName
{
background-color: #9DA11B;
}
</style>
border-color css
<style>
span { border-color: #9DA11B; }
span { border-color: rgb(157,161,27); }
td.TdClassName
{
border-color: #9DA11B;
}
.TagClassName
{
border-color: #9DA11B;
}
</style>