Shades of Christi #5EA10C
Tints of Christi #5EA10C
RGB
CMYK
RGB Variations
Color information
#5EA10C (or 0x5EA10C) is known color: Christi. HEX triplet: 5E, A1 and 0C. RGB value is (94,161,12). Sum of RGB (Red+Green+Blue) = 94+161+12=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 161 (63.28% from 255 or 60.30% from 267); Blue value is 12 (5.08% from 255 or 4.49% from 267); Max value from RGB is 161 - color contains mainly: green. Hex color #5EA10C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EA10C is #A15EF3. Grayscale: #7C7C7C. Windows color (decimal): -10575604 or 827742. OLE color: 827742.
HSL color Cylindrical-coordinate representation of color #5EA10C: hue angle of 86.98º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5EA10C is Cyan = 0.42, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 94 | 161 | 12 | - |
| CMYK | 0.42 | 0 | 0.93 | 0.37 |
| HSL | 86.98º | 0.86% | 0.34% | - |
| HSV(B) | 86.98º | 0.93% | 0.63% | - |
| XYZ | 17.43 | 27.9 | 4.81 | - |
| YUV | 123.98 | 64.8 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 161 | 12 | 0.42 | 0 | 0.93 | 0.37 | 86.98 | 0.86 | 0.34 |
| Hex | 5E | A1 | C | 2A | 0 | 5D | 25 | 57 | 56 | 22 |
| Octal | 136 | 241 | 14 | 52 | 0 | 135 | 45 | 127 | 126 | 42 |
| Binary | 1011110 | 10100001 | 1100 | 101010 | 0 | 1011101 | 100101 | 1010111 | 1010110 | 100010 |
Color Harmonies of #5EA10C
Complementary color
Monochromatic Colors of #5EA10C
Black with #5EA10C
Text Example
Text Example
White with #5EA10C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EA10C; }
p { color: rgb(94,161,12); }
H1.HeaderClassName
{
color: #5EA10C;
}
.AnyTagClassName
{
color: #5EA10C;
}
</style>
background-color css
<style>
a { background-color: #5EA10C; }
a { background-color: rgb(94,161,12); }
div.DivClassName
{
background-color: #5EA10C;
}
.BgClassName
{
background-color: #5EA10C;
}
</style>
border-color css
<style>
span { border-color: #5EA10C; }
span { border-color: rgb(94,161,12); }
td.TdClassName
{
border-color: #5EA10C;
}
.TagClassName
{
border-color: #5EA10C;
}
</style>