Shades of Christi #5EAF1A
Tints of Christi #5EAF1A
RGB
CMYK
RGB Variations
Color information
#5EAF1A (or 0x5EAF1A) is known color: Christi. HEX triplet: 5E, AF and 1A. RGB value is (94,175,26). Sum of RGB (Red+Green+Blue) = 94+175+26=295 (39% of max value = 765). Red value is 94 (37.11% from 255 or 31.86% from 295); Green value is 175 (68.75% from 255 or 59.32% from 295); Blue value is 26 (10.55% from 255 or 8.81% from 295); Max value from RGB is 175 - color contains mainly: green. Hex color #5EAF1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5EAF1A is #A150E5. Grayscale: #868686. Windows color (decimal): -10572006 or 1748830. OLE color: 1748830.
HSL color Cylindrical-coordinate representation of color #5EAF1A: hue angle of 92.62º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5EAF1A is Cyan = 0.46, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 94 | 175 | 26 | - |
| CMYK | 0.46 | 0 | 0.85 | 0.31 |
| HSL | 92.62º | 0.74% | 0.39% | - |
| HSV(B) | 92.62º | 0.85% | 0.69% | - |
| XYZ | 20.13 | 33.11 | 6.31 | - |
| YUV | 133.8 | 67.16 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 175 | 26 | 0.46 | 0 | 0.85 | 0.31 | 92.62 | 0.74 | 0.39 |
| Hex | 5E | AF | 1A | 2E | 0 | 55 | 1F | 5D | 4A | 27 |
| Octal | 136 | 257 | 32 | 56 | 0 | 125 | 37 | 135 | 112 | 47 |
| Binary | 1011110 | 10101111 | 11010 | 101110 | 0 | 1010101 | 11111 | 1011101 | 1001010 | 100111 |
Color Harmonies of #5EAF1A
Complementary color
Monochromatic Colors of #5EAF1A
Black with #5EAF1A
Text Example
Text Example
White with #5EAF1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAF1A; }
p { color: rgb(94,175,26); }
H1.HeaderClassName
{
color: #5EAF1A;
}
.AnyTagClassName
{
color: #5EAF1A;
}
</style>
background-color css
<style>
a { background-color: #5EAF1A; }
a { background-color: rgb(94,175,26); }
div.DivClassName
{
background-color: #5EAF1A;
}
.BgClassName
{
background-color: #5EAF1A;
}
</style>
border-color css
<style>
span { border-color: #5EAF1A; }
span { border-color: rgb(94,175,26); }
td.TdClassName
{
border-color: #5EAF1A;
}
.TagClassName
{
border-color: #5EAF1A;
}
</style>