Shades of Citron #9EAC26
Tints of Citron #9EAC26
RGB
CMYK
RGB Variations
Color information
#9EAC26 (or 0x9EAC26) is known color: Citron. HEX triplet: 9E, AC and 26. RGB value is (158,172,38). Sum of RGB (Red+Green+Blue) = 158+172+38=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 38 (15.23% from 255 or 10.33% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #9EAC26 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9EAC26 is #6153D9. Grayscale: #999999. Windows color (decimal): -6378458 or 2534558. OLE color: 2534558.
HSL color Cylindrical-coordinate representation of color #9EAC26: hue angle of 66.27º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EAC26 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 158 | 172 | 38 | - |
| CMYK | 0.08 | 0 | 0.78 | 0.33 |
| HSL | 66.27º | 0.64% | 0.41% | - |
| HSV(B) | 66.27º | 0.78% | 0.67% | - |
| XYZ | 29.2 | 36.91 | 7.42 | - |
| YUV | 152.54 | 63.36 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 172 | 38 | 0.08 | 0 | 0.78 | 0.33 | 66.27 | 0.64 | 0.41 |
| Hex | 9E | AC | 26 | 8 | 0 | 4E | 21 | 42 | 40 | 29 |
| Octal | 236 | 254 | 46 | 10 | 0 | 116 | 41 | 102 | 100 | 51 |
| Binary | 10011110 | 10101100 | 100110 | 1000 | 0 | 1001110 | 100001 | 1000010 | 1000000 | 101001 |
Color Harmonies of #9EAC26
Complementary color
Monochromatic Colors of #9EAC26
Black with #9EAC26
Text Example
Text Example
White with #9EAC26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EAC26; }
p { color: rgb(158,172,38); }
H1.HeaderClassName
{
color: #9EAC26;
}
.AnyTagClassName
{
color: #9EAC26;
}
</style>
background-color css
<style>
a { background-color: #9EAC26; }
a { background-color: rgb(158,172,38); }
div.DivClassName
{
background-color: #9EAC26;
}
.BgClassName
{
background-color: #9EAC26;
}
</style>
border-color css
<style>
span { border-color: #9EAC26; }
span { border-color: rgb(158,172,38); }
td.TdClassName
{
border-color: #9EAC26;
}
.TagClassName
{
border-color: #9EAC26;
}
</style>