Shades of Citrus #9DA20E
Tints of Citrus #9DA20E
RGB
CMYK
RGB Variations
Color information
#9DA20E (or 0x9DA20E) is known color: Citrus. HEX triplet: 9D, A2 and 0E. RGB value is (157,162,14). Sum of RGB (Red+Green+Blue) = 157+162+14=333 (44% of max value = 765). Red value is 157 (61.72% from 255 or 47.15% from 333); Green value is 162 (63.67% from 255 or 48.65% from 333); Blue value is 14 (5.86% from 255 or 4.20% from 333); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA20E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DA20E is #625DF1. Grayscale: #909090. Windows color (decimal): -6446578 or 959133. OLE color: 959133.
HSL color Cylindrical-coordinate representation of color #9DA20E: hue angle of 62.03º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DA20E is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 157 | 162 | 14 | - |
| CMYK | 0.03 | 0 | 0.91 | 0.36 |
| HSL | 62.03º | 0.84% | 0.35% | - |
| HSV(B) | 62.03º | 0.91% | 0.64% | - |
| XYZ | 26.9 | 33.04 | 5.37 | - |
| YUV | 143.63 | 54.84 | 137.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 162 | 14 | 0.03 | 0 | 0.91 | 0.36 | 62.03 | 0.84 | 0.35 |
| Hex | 9D | A2 | E | 3 | 0 | 5B | 24 | 3E | 54 | 23 |
| Octal | 235 | 242 | 16 | 3 | 0 | 133 | 44 | 76 | 124 | 43 |
| Binary | 10011101 | 10100010 | 1110 | 11 | 0 | 1011011 | 100100 | 111110 | 1010100 | 100011 |
Color Harmonies of #9DA20E
Complementary color
Monochromatic Colors of #9DA20E
Black with #9DA20E
Text Example
Text Example
White with #9DA20E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA20E; }
p { color: rgb(157,162,14); }
H1.HeaderClassName
{
color: #9DA20E;
}
.AnyTagClassName
{
color: #9DA20E;
}
</style>
background-color css
<style>
a { background-color: #9DA20E; }
a { background-color: rgb(157,162,14); }
div.DivClassName
{
background-color: #9DA20E;
}
.BgClassName
{
background-color: #9DA20E;
}
</style>
border-color css
<style>
span { border-color: #9DA20E; }
span { border-color: rgb(157,162,14); }
td.TdClassName
{
border-color: #9DA20E;
}
.TagClassName
{
border-color: #9DA20E;
}
</style>