Shades of Citrus #9EC70A
Tints of Citrus #9EC70A
RGB
CMYK
RGB Variations
Color information
#9EC70A (or 0x9EC70A) is known color: Citrus. HEX triplet: 9E, C7 and 0A. RGB value is (158,199,10). Sum of RGB (Red+Green+Blue) = 158+199+10=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 199 (78.12% from 255 or 54.22% from 367); Blue value is 10 (4.30% from 255 or 2.72% from 367); Max value from RGB is 199 - color contains mainly: green. Hex color #9EC70A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9EC70A is #6138F5. Grayscale: #A5A5A5. Windows color (decimal): -6371574 or 706462. OLE color: 706462.
HSL color Cylindrical-coordinate representation of color #9EC70A: hue angle of 73.02º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9EC70A is Cyan = 0.21, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 199 | 10 | - |
| CMYK | 0.21 | 0 | 0.95 | 0.22 |
| HSL | 73.02º | 0.9% | 0.41% | - |
| HSV(B) | 73.02º | 0.95% | 0.78% | - |
| XYZ | 34.58 | 48.14 | 7.76 | - |
| YUV | 165.2 | 40.42 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 199 | 10 | 0.21 | 0 | 0.95 | 0.22 | 73.02 | 0.9 | 0.41 |
| Hex | 9E | C7 | A | 15 | 0 | 5F | 16 | 49 | 5A | 29 |
| Octal | 236 | 307 | 12 | 25 | 0 | 137 | 26 | 111 | 132 | 51 |
| Binary | 10011110 | 11000111 | 1010 | 10101 | 0 | 1011111 | 10110 | 1001001 | 1011010 | 101001 |
Color Harmonies of #9EC70A
Complementary color
Monochromatic Colors of #9EC70A
Black with #9EC70A
Text Example
Text Example
White with #9EC70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC70A; }
p { color: rgb(158,199,10); }
H1.HeaderClassName
{
color: #9EC70A;
}
.AnyTagClassName
{
color: #9EC70A;
}
</style>
background-color css
<style>
a { background-color: #9EC70A; }
a { background-color: rgb(158,199,10); }
div.DivClassName
{
background-color: #9EC70A;
}
.BgClassName
{
background-color: #9EC70A;
}
</style>
border-color css
<style>
span { border-color: #9EC70A; }
span { border-color: rgb(158,199,10); }
td.TdClassName
{
border-color: #9EC70A;
}
.TagClassName
{
border-color: #9EC70A;
}
</style>