Shades of Citron #9DAA28
Tints of Citron #9DAA28
RGB
CMYK
RGB Variations
Color information
#9DAA28 (or 0x9DAA28) is known color: Citron. HEX triplet: 9D, AA and 28. RGB value is (157,170,40). Sum of RGB (Red+Green+Blue) = 157+170+40=367 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.78% from 367); Green value is 170 (66.80% from 255 or 46.32% from 367); Blue value is 40 (16.02% from 255 or 10.90% from 367); Max value from RGB is 170 - color contains mainly: green. Hex color #9DAA28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAA28 is #6255D7. Grayscale: #979797. Windows color (decimal): -6444504 or 2665117. OLE color: 2665117.
HSL color Cylindrical-coordinate representation of color #9DAA28: hue angle of 66º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9DAA28 is Cyan = 0.08, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 170 | 40 | - |
| CMYK | 0.08 | 0 | 0.76 | 0.33 |
| HSL | 66º | 0.62% | 0.41% | - |
| HSV(B) | 66º | 0.76% | 0.67% | - |
| XYZ | 28.66 | 36.07 | 7.46 | - |
| YUV | 151.29 | 65.19 | 132.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 170 | 40 | 0.08 | 0 | 0.76 | 0.33 | 66 | 0.62 | 0.41 |
| Hex | 9D | AA | 28 | 8 | 0 | 4C | 21 | 42 | 3E | 29 |
| Octal | 235 | 252 | 50 | 10 | 0 | 114 | 41 | 102 | 76 | 51 |
| Binary | 10011101 | 10101010 | 101000 | 1000 | 0 | 1001100 | 100001 | 1000010 | 111110 | 101001 |
Color Harmonies of #9DAA28
Complementary color
Monochromatic Colors of #9DAA28
Black with #9DAA28
Text Example
Text Example
White with #9DAA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAA28; }
p { color: rgb(157,170,40); }
H1.HeaderClassName
{
color: #9DAA28;
}
.AnyTagClassName
{
color: #9DAA28;
}
</style>
background-color css
<style>
a { background-color: #9DAA28; }
a { background-color: rgb(157,170,40); }
div.DivClassName
{
background-color: #9DAA28;
}
.BgClassName
{
background-color: #9DAA28;
}
</style>
border-color css
<style>
span { border-color: #9DAA28; }
span { border-color: rgb(157,170,40); }
td.TdClassName
{
border-color: #9DAA28;
}
.TagClassName
{
border-color: #9DAA28;
}
</style>