Shades of Citrus #9EC505
Tints of Citrus #9EC505
RGB
CMYK
RGB Variations
Color information
#9EC505 (or 0x9EC505) is known color: Citrus. HEX triplet: 9E, C5 and 05. RGB value is (158,197,5). Sum of RGB (Red+Green+Blue) = 158+197+5=360 (47% of max value = 765). Red value is 158 (62.11% from 255 or 43.89% from 360); Green value is 197 (77.34% from 255 or 54.72% from 360); Blue value is 5 (2.34% from 255 or 1.39% from 360); Max value from RGB is 197 - color contains mainly: green. Hex color #9EC505 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC505 is #613AFA. Grayscale: #A4A4A4. Windows color (decimal): -6372091 or 378270. OLE color: 378270.
HSL color Cylindrical-coordinate representation of color #9EC505: hue angle of 72.19º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9EC505 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 197 | 5 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.23 |
| HSL | 72.19º | 0.95% | 0.4% | - |
| HSV(B) | 72.19º | 0.97% | 0.77% | - |
| XYZ | 34.09 | 47.21 | 7.46 | - |
| YUV | 163.45 | 38.58 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 197 | 5 | 0.20 | 0 | 0.97 | 0.23 | 72.19 | 0.95 | 0.4 |
| Hex | 9E | C5 | 5 | 14 | 0 | 61 | 17 | 48 | 5F | 28 |
| Octal | 236 | 305 | 5 | 24 | 0 | 141 | 27 | 110 | 137 | 50 |
| Binary | 10011110 | 11000101 | 101 | 10100 | 0 | 1100001 | 10111 | 1001000 | 1011111 | 101000 |
Color Harmonies of #9EC505
Complementary color
Monochromatic Colors of #9EC505
Black with #9EC505
Text Example
Text Example
White with #9EC505
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC505; }
p { color: rgb(158,197,5); }
H1.HeaderClassName
{
color: #9EC505;
}
.AnyTagClassName
{
color: #9EC505;
}
</style>
background-color css
<style>
a { background-color: #9EC505; }
a { background-color: rgb(158,197,5); }
div.DivClassName
{
background-color: #9EC505;
}
.BgClassName
{
background-color: #9EC505;
}
</style>
border-color css
<style>
span { border-color: #9EC505; }
span { border-color: rgb(158,197,5); }
td.TdClassName
{
border-color: #9EC505;
}
.TagClassName
{
border-color: #9EC505;
}
</style>