Shades of Christi #5EAE0A
Tints of Christi #5EAE0A
RGB
CMYK
RGB Variations
Color information
#5EAE0A (or 0x5EAE0A) is known color: Christi. HEX triplet: 5E, AE and 0A. RGB value is (94,174,10). Sum of RGB (Red+Green+Blue) = 94+174+10=278 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.81% from 278); Green value is 174 (68.36% from 255 or 62.59% from 278); Blue value is 10 (4.30% from 255 or 3.60% from 278); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAE0A is #A151F5. Grayscale: #838383. Windows color (decimal): -10572278 or 699998. OLE color: 699998.
HSL color Cylindrical-coordinate representation of color #5EAE0A: hue angle of 89.27º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5EAE0A is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 10 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.32 |
| HSL | 89.27º | 0.89% | 0.36% | - |
| HSV(B) | 89.27º | 0.94% | 0.68% | - |
| XYZ | 19.81 | 32.67 | 5.55 | - |
| YUV | 131.38 | 59.5 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 10 | 0.46 | 0 | 0.94 | 0.32 | 89.27 | 0.89 | 0.36 |
| Hex | 5E | AE | A | 2E | 0 | 5E | 20 | 59 | 59 | 24 |
| Octal | 136 | 256 | 12 | 56 | 0 | 136 | 40 | 131 | 131 | 44 |
| Binary | 1011110 | 10101110 | 1010 | 101110 | 0 | 1011110 | 100000 | 1011001 | 1011001 | 100100 |
Color Harmonies of #5EAE0A
Complementary color
Monochromatic Colors of #5EAE0A
Black with #5EAE0A
Text Example
Text Example
White with #5EAE0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE0A; }
p { color: rgb(94,174,10); }
H1.HeaderClassName
{
color: #5EAE0A;
}
.AnyTagClassName
{
color: #5EAE0A;
}
</style>
background-color css
<style>
a { background-color: #5EAE0A; }
a { background-color: rgb(94,174,10); }
div.DivClassName
{
background-color: #5EAE0A;
}
.BgClassName
{
background-color: #5EAE0A;
}
</style>
border-color css
<style>
span { border-color: #5EAE0A; }
span { border-color: rgb(94,174,10); }
td.TdClassName
{
border-color: #5EAE0A;
}
.TagClassName
{
border-color: #5EAE0A;
}
</style>