Shades of Christi #5EAC16
Tints of Christi #5EAC16
RGB
CMYK
RGB Variations
Color information
#5EAC16 (or 0x5EAC16) is known color: Christi. HEX triplet: 5E, AC and 16. RGB value is (94,172,22). Sum of RGB (Red+Green+Blue) = 94+172+22=288 (38% of max value = 765). Red value is 94 (37.11% from 255 or 32.64% from 288); Green value is 172 (67.58% from 255 or 59.72% from 288); Blue value is 22 (8.98% from 255 or 7.64% from 288); Max value from RGB is 172 - color contains mainly: green. Hex color #5EAC16 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAC16 is #A153E9. Grayscale: #848484. Windows color (decimal): -10572778 or 1485918. OLE color: 1485918.
HSL color Cylindrical-coordinate representation of color #5EAC16: hue angle of 91.2º degrees, saturation: 0.77, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5EAC16 is Cyan = 0.45, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 94 | 172 | 22 | - |
| CMYK | 0.45 | 0 | 0.87 | 0.33 |
| HSL | 91.2º | 0.77% | 0.38% | - |
| HSV(B) | 91.2º | 0.87% | 0.67% | - |
| XYZ | 19.51 | 31.94 | 5.9 | - |
| YUV | 131.58 | 66.16 | 101.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 172 | 22 | 0.45 | 0 | 0.87 | 0.33 | 91.2 | 0.77 | 0.38 |
| Hex | 5E | AC | 16 | 2D | 0 | 57 | 21 | 5B | 4D | 26 |
| Octal | 136 | 254 | 26 | 55 | 0 | 127 | 41 | 133 | 115 | 46 |
| Binary | 1011110 | 10101100 | 10110 | 101101 | 0 | 1010111 | 100001 | 1011011 | 1001101 | 100110 |
Color Harmonies of #5EAC16
Complementary color
Monochromatic Colors of #5EAC16
Black with #5EAC16
Text Example
Text Example
White with #5EAC16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAC16; }
p { color: rgb(94,172,22); }
H1.HeaderClassName
{
color: #5EAC16;
}
.AnyTagClassName
{
color: #5EAC16;
}
</style>
background-color css
<style>
a { background-color: #5EAC16; }
a { background-color: rgb(94,172,22); }
div.DivClassName
{
background-color: #5EAC16;
}
.BgClassName
{
background-color: #5EAC16;
}
</style>
border-color css
<style>
span { border-color: #5EAC16; }
span { border-color: rgb(94,172,22); }
td.TdClassName
{
border-color: #5EAC16;
}
.TagClassName
{
border-color: #5EAC16;
}
</style>