Shades of Citron #9DAB28
Tints of Citron #9DAB28
RGB
CMYK
RGB Variations
Color information
#9DAB28 (or 0x9DAB28) is known color: Citron. HEX triplet: 9D, AB and 28. RGB value is (157,171,40). Sum of RGB (Red+Green+Blue) = 157+171+40=368 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.66% from 368); Green value is 171 (67.19% from 255 or 46.47% from 368); Blue value is 40 (16.02% from 255 or 10.87% from 368); Max value from RGB is 171 - color contains mainly: green. Hex color #9DAB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DAB28 is #6254D7. Grayscale: #989898. Windows color (decimal): -6444248 or 2665373. OLE color: 2665373.
HSL color Cylindrical-coordinate representation of color #9DAB28: hue angle of 66.41º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9DAB28 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 157 | 171 | 40 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.33 |
| HSL | 66.41º | 0.62% | 0.41% | - |
| HSV(B) | 66.41º | 0.77% | 0.67% | - |
| XYZ | 28.85 | 36.45 | 7.52 | - |
| YUV | 151.88 | 64.86 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 171 | 40 | 0.08 | 0 | 0.77 | 0.33 | 66.41 | 0.62 | 0.41 |
| Hex | 9D | AB | 28 | 8 | 0 | 4D | 21 | 42 | 3E | 29 |
| Octal | 235 | 253 | 50 | 10 | 0 | 115 | 41 | 102 | 76 | 51 |
| Binary | 10011101 | 10101011 | 101000 | 1000 | 0 | 1001101 | 100001 | 1000010 | 111110 | 101001 |
Color Harmonies of #9DAB28
Complementary color
Monochromatic Colors of #9DAB28
Black with #9DAB28
Text Example
Text Example
White with #9DAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAB28; }
p { color: rgb(157,171,40); }
H1.HeaderClassName
{
color: #9DAB28;
}
.AnyTagClassName
{
color: #9DAB28;
}
</style>
background-color css
<style>
a { background-color: #9DAB28; }
a { background-color: rgb(157,171,40); }
div.DivClassName
{
background-color: #9DAB28;
}
.BgClassName
{
background-color: #9DAB28;
}
</style>
border-color css
<style>
span { border-color: #9DAB28; }
span { border-color: rgb(157,171,40); }
td.TdClassName
{
border-color: #9DAB28;
}
.TagClassName
{
border-color: #9DAB28;
}
</style>