Shades of Citron #9DA82E
Tints of Citron #9DA82E
RGB
CMYK
RGB Variations
Color information
#9DA82E (or 0x9DA82E) is known color: Citron. HEX triplet: 9D, A8 and 2E. RGB value is (157,168,46). Sum of RGB (Red+Green+Blue) = 157+168+46=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 168 (66.02% from 255 or 45.28% from 371); Blue value is 46 (18.36% from 255 or 12.40% from 371); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA82E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA82E is #6257D1. Grayscale: #979797. Windows color (decimal): -6445010 or 3057821. OLE color: 3057821.
HSL color Cylindrical-coordinate representation of color #9DA82E: hue angle of 65.41º degrees, saturation: 0.57, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9DA82E is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 46 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.34 |
| HSL | 65.41º | 0.57% | 0.42% | - |
| HSV(B) | 65.41º | 0.73% | 0.66% | - |
| XYZ | 28.4 | 35.37 | 7.92 | - |
| YUV | 150.8 | 68.86 | 132.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 46 | 0.07 | 0 | 0.73 | 0.34 | 65.41 | 0.57 | 0.42 |
| Hex | 9D | A8 | 2E | 7 | 0 | 49 | 22 | 41 | 39 | 2A |
| Octal | 235 | 250 | 56 | 7 | 0 | 111 | 42 | 101 | 71 | 52 |
| Binary | 10011101 | 10101000 | 101110 | 111 | 0 | 1001001 | 100010 | 1000001 | 111001 | 101010 |
Color Harmonies of #9DA82E
Complementary color
Monochromatic Colors of #9DA82E
Black with #9DA82E
Text Example
Text Example
White with #9DA82E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA82E; }
p { color: rgb(157,168,46); }
H1.HeaderClassName
{
color: #9DA82E;
}
.AnyTagClassName
{
color: #9DA82E;
}
</style>
background-color css
<style>
a { background-color: #9DA82E; }
a { background-color: rgb(157,168,46); }
div.DivClassName
{
background-color: #9DA82E;
}
.BgClassName
{
background-color: #9DA82E;
}
</style>
border-color css
<style>
span { border-color: #9DA82E; }
span { border-color: rgb(157,168,46); }
td.TdClassName
{
border-color: #9DA82E;
}
.TagClassName
{
border-color: #9DA82E;
}
</style>