Shades of Christi #5EA20A
Tints of Christi #5EA20A
RGB
CMYK
RGB Variations
Color information
#5EA20A (or 0x5EA20A) is known color: Christi. HEX triplet: 5E, A2 and 0A. RGB value is (94,162,10). Sum of RGB (Red+Green+Blue) = 94+162+10=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #5EA20A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA20A is #A15DF5. Grayscale: #7C7C7C. Windows color (decimal): -10575350 or 696926. OLE color: 696926.
HSL color Cylindrical-coordinate representation of color #5EA20A: hue angle of 86.84º degrees, saturation: 0.88, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5EA20A is Cyan = 0.42, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 94 | 162 | 10 | - |
| CMYK | 0.42 | 0 | 0.94 | 0.36 |
| HSL | 86.84º | 0.88% | 0.34% | - |
| HSV(B) | 86.84º | 0.94% | 0.64% | - |
| XYZ | 17.59 | 28.24 | 4.81 | - |
| YUV | 124.34 | 63.47 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 162 | 10 | 0.42 | 0 | 0.94 | 0.36 | 86.84 | 0.88 | 0.34 |
| Hex | 5E | A2 | A | 2A | 0 | 5E | 24 | 57 | 58 | 22 |
| Octal | 136 | 242 | 12 | 52 | 0 | 136 | 44 | 127 | 130 | 42 |
| Binary | 1011110 | 10100010 | 1010 | 101010 | 0 | 1011110 | 100100 | 1010111 | 1011000 | 100010 |
Color Harmonies of #5EA20A
Complementary color
Monochromatic Colors of #5EA20A
Black with #5EA20A
Text Example
Text Example
White with #5EA20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA20A; }
p { color: rgb(94,162,10); }
H1.HeaderClassName
{
color: #5EA20A;
}
.AnyTagClassName
{
color: #5EA20A;
}
</style>
background-color css
<style>
a { background-color: #5EA20A; }
a { background-color: rgb(94,162,10); }
div.DivClassName
{
background-color: #5EA20A;
}
.BgClassName
{
background-color: #5EA20A;
}
</style>
border-color css
<style>
span { border-color: #5EA20A; }
span { border-color: rgb(94,162,10); }
td.TdClassName
{
border-color: #5EA20A;
}
.TagClassName
{
border-color: #5EA20A;
}
</style>