Shades of Citron #9EAB28
Tints of Citron #9EAB28
RGB
CMYK
RGB Variations
Color information
#9EAB28 (or 0x9EAB28) is known color: Citron. HEX triplet: 9E, AB and 28. RGB value is (158,171,40). Sum of RGB (Red+Green+Blue) = 158+171+40=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 171 (67.19% from 255 or 46.34% from 369); Blue value is 40 (16.02% from 255 or 10.84% from 369); Max value from RGB is 171 - color contains mainly: green. Hex color #9EAB28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAB28 is #6154D7. Grayscale: #989898. Windows color (decimal): -6378712 or 2665374. OLE color: 2665374.
HSL color Cylindrical-coordinate representation of color #9EAB28: hue angle of 65.95º 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 #9EAB28 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 171 | 40 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.33 |
| HSL | 65.95º | 0.62% | 0.41% | - |
| HSV(B) | 65.95º | 0.77% | 0.67% | - |
| XYZ | 29.05 | 36.55 | 7.53 | - |
| YUV | 152.18 | 64.69 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 171 | 40 | 0.08 | 0 | 0.77 | 0.33 | 65.95 | 0.62 | 0.41 |
| Hex | 9E | AB | 28 | 8 | 0 | 4D | 21 | 42 | 3E | 29 |
| Octal | 236 | 253 | 50 | 10 | 0 | 115 | 41 | 102 | 76 | 51 |
| Binary | 10011110 | 10101011 | 101000 | 1000 | 0 | 1001101 | 100001 | 1000010 | 111110 | 101001 |
Color Harmonies of #9EAB28
Complementary color
Monochromatic Colors of #9EAB28
Black with #9EAB28
Text Example
Text Example
White with #9EAB28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAB28; }
p { color: rgb(158,171,40); }
H1.HeaderClassName
{
color: #9EAB28;
}
.AnyTagClassName
{
color: #9EAB28;
}
</style>
background-color css
<style>
a { background-color: #9EAB28; }
a { background-color: rgb(158,171,40); }
div.DivClassName
{
background-color: #9EAB28;
}
.BgClassName
{
background-color: #9EAB28;
}
</style>
border-color css
<style>
span { border-color: #9EAB28; }
span { border-color: rgb(158,171,40); }
td.TdClassName
{
border-color: #9EAB28;
}
.TagClassName
{
border-color: #9EAB28;
}
</style>