Shades of Citron #9DA828
Tints of Citron #9DA828
RGB
CMYK
RGB Variations
Color information
#9DA828 (or 0x9DA828) is known color: Citron. HEX triplet: 9D, A8 and 28. RGB value is (157,168,40). Sum of RGB (Red+Green+Blue) = 157+168+40=365 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.01% from 365); Green value is 168 (66.02% from 255 or 46.03% from 365); Blue value is 40 (16.02% from 255 or 10.96% from 365); Max value from RGB is 168 - color contains mainly: green. Hex color #9DA828 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA828 is #6257D7. Grayscale: #969696. Windows color (decimal): -6445016 or 2664605. OLE color: 2664605.
HSL color Cylindrical-coordinate representation of color #9DA828: hue angle of 65.16º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DA828 is Cyan = 0.07, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 157 | 168 | 40 | - |
| CMYK | 0.07 | 0 | 0.76 | 0.34 |
| HSL | 65.16º | 0.62% | 0.41% | - |
| HSV(B) | 65.16º | 0.76% | 0.66% | - |
| XYZ | 28.29 | 35.33 | 7.34 | - |
| YUV | 150.12 | 65.86 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 168 | 40 | 0.07 | 0 | 0.76 | 0.34 | 65.16 | 0.62 | 0.41 |
| Hex | 9D | A8 | 28 | 7 | 0 | 4C | 22 | 41 | 3E | 29 |
| Octal | 235 | 250 | 50 | 7 | 0 | 114 | 42 | 101 | 76 | 51 |
| Binary | 10011101 | 10101000 | 101000 | 111 | 0 | 1001100 | 100010 | 1000001 | 111110 | 101001 |
Color Harmonies of #9DA828
Complementary color
Monochromatic Colors of #9DA828
Black with #9DA828
Text Example
Text Example
White with #9DA828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DA828; }
p { color: rgb(157,168,40); }
H1.HeaderClassName
{
color: #9DA828;
}
.AnyTagClassName
{
color: #9DA828;
}
</style>
background-color css
<style>
a { background-color: #9DA828; }
a { background-color: rgb(157,168,40); }
div.DivClassName
{
background-color: #9DA828;
}
.BgClassName
{
background-color: #9DA828;
}
</style>
border-color css
<style>
span { border-color: #9DA828; }
span { border-color: rgb(157,168,40); }
td.TdClassName
{
border-color: #9DA828;
}
.TagClassName
{
border-color: #9DA828;
}
</style>