Shades of Citron #9DA12D
Tints of Citron #9DA12D
RGB
CMYK
RGB Variations
Color information
#9DA12D (or 0x9DA12D) is known color: Citron. HEX triplet: 9D, A1 and 2D. RGB value is (157,161,45). Sum of RGB (Red+Green+Blue) = 157+161+45=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 161 (63.28% from 255 or 44.35% from 363); Blue value is 45 (17.97% from 255 or 12.40% from 363); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA12D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA12D is #625ED2. Grayscale: #939393. Windows color (decimal): -6446803 or 2990493. OLE color: 2990493.
HSL color Cylindrical-coordinate representation of color #9DA12D: hue angle of 62.07º degrees, saturation: 0.56, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9DA12D is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 157 | 161 | 45 | - |
| CMYK | 0.02 | 0 | 0.72 | 0.37 |
| HSL | 62.07º | 0.56% | 0.4% | - |
| HSV(B) | 62.07º | 0.72% | 0.63% | - |
| XYZ | 27.12 | 32.85 | 7.39 | - |
| YUV | 146.58 | 70.67 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 161 | 45 | 0.02 | 0 | 0.72 | 0.37 | 62.07 | 0.56 | 0.4 |
| Hex | 9D | A1 | 2D | 2 | 0 | 48 | 25 | 3E | 38 | 28 |
| Octal | 235 | 241 | 55 | 2 | 0 | 110 | 45 | 76 | 70 | 50 |
| Binary | 10011101 | 10100001 | 101101 | 10 | 0 | 1001000 | 100101 | 111110 | 111000 | 101000 |
Color Harmonies of #9DA12D
Complementary color
Monochromatic Colors of #9DA12D
Black with #9DA12D
Text Example
Text Example
White with #9DA12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA12D; }
p { color: rgb(157,161,45); }
H1.HeaderClassName
{
color: #9DA12D;
}
.AnyTagClassName
{
color: #9DA12D;
}
</style>
background-color css
<style>
a { background-color: #9DA12D; }
a { background-color: rgb(157,161,45); }
div.DivClassName
{
background-color: #9DA12D;
}
.BgClassName
{
background-color: #9DA12D;
}
</style>
border-color css
<style>
span { border-color: #9DA12D; }
span { border-color: rgb(157,161,45); }
td.TdClassName
{
border-color: #9DA12D;
}
.TagClassName
{
border-color: #9DA12D;
}
</style>