Shades of Citron #9DA314
Tints of Citron #9DA314
RGB
CMYK
RGB Variations
Color information
#9DA314 (or 0x9DA314) is known color: Citron. HEX triplet: 9D, A3 and 14. RGB value is (157,163,20). Sum of RGB (Red+Green+Blue) = 157+163+20=340 (45% of max value = 765). Red value is 157 (61.72% from 255 or 46.18% from 340); Green value is 163 (64.06% from 255 or 47.94% from 340); Blue value is 20 (8.20% from 255 or 5.88% from 340); Max value from RGB is 163 - color contains mainly: green. Hex color #9DA314 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA314 is #625CEB. Grayscale: #919191. Windows color (decimal): -6446316 or 1352605. OLE color: 1352605.
HSL color Cylindrical-coordinate representation of color #9DA314: hue angle of 62.52º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9DA314 is Cyan = 0.04, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 163 | 20 | - |
| CMYK | 0.04 | 0 | 0.88 | 0.36 |
| HSL | 62.52º | 0.78% | 0.36% | - |
| HSV(B) | 62.52º | 0.88% | 0.64% | - |
| XYZ | 27.13 | 33.41 | 5.68 | - |
| YUV | 144.9 | 57.51 | 136.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 163 | 20 | 0.04 | 0 | 0.88 | 0.36 | 62.52 | 0.78 | 0.36 |
| Hex | 9D | A3 | 14 | 4 | 0 | 58 | 24 | 3F | 4E | 24 |
| Octal | 235 | 243 | 24 | 4 | 0 | 130 | 44 | 77 | 116 | 44 |
| Binary | 10011101 | 10100011 | 10100 | 100 | 0 | 1011000 | 100100 | 111111 | 1001110 | 100100 |
Color Harmonies of #9DA314
Complementary color
Monochromatic Colors of #9DA314
Black with #9DA314
Text Example
Text Example
White with #9DA314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA314; }
p { color: rgb(157,163,20); }
H1.HeaderClassName
{
color: #9DA314;
}
.AnyTagClassName
{
color: #9DA314;
}
</style>
background-color css
<style>
a { background-color: #9DA314; }
a { background-color: rgb(157,163,20); }
div.DivClassName
{
background-color: #9DA314;
}
.BgClassName
{
background-color: #9DA314;
}
</style>
border-color css
<style>
span { border-color: #9DA314; }
span { border-color: rgb(157,163,20); }
td.TdClassName
{
border-color: #9DA314;
}
.TagClassName
{
border-color: #9DA314;
}
</style>