Shades of Christi #5EAE09
Tints of Christi #5EAE09
RGB
CMYK
RGB Variations
Color information
#5EAE09 (or 0x5EAE09) is known color: Christi. HEX triplet: 5E, AE and 09. RGB value is (94,174,9). Sum of RGB (Red+Green+Blue) = 94+174+9=277 (36% of max value = 765). Red value is 94 (37.11% from 255 or 33.94% from 277); Green value is 174 (68.36% from 255 or 62.82% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 174 - color contains mainly: green. Hex color #5EAE09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5EAE09 is #A151F6. Grayscale: #838383. Windows color (decimal): -10572279 or 634462. OLE color: 634462.
HSL color Cylindrical-coordinate representation of color #5EAE09: hue angle of 89.09º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5EAE09 is Cyan = 0.46, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 94 | 174 | 9 | - |
| CMYK | 0.46 | 0 | 0.95 | 0.32 |
| HSL | 89.09º | 0.9% | 0.36% | - |
| HSV(B) | 89.09º | 0.95% | 0.68% | - |
| XYZ | 19.8 | 32.67 | 5.52 | - |
| YUV | 131.27 | 59 | 101.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 174 | 9 | 0.46 | 0 | 0.95 | 0.32 | 89.09 | 0.9 | 0.36 |
| Hex | 5E | AE | 9 | 2E | 0 | 5F | 20 | 59 | 5A | 24 |
| Octal | 136 | 256 | 11 | 56 | 0 | 137 | 40 | 131 | 132 | 44 |
| Binary | 1011110 | 10101110 | 1001 | 101110 | 0 | 1011111 | 100000 | 1011001 | 1011010 | 100100 |
Color Harmonies of #5EAE09
Complementary color
Monochromatic Colors of #5EAE09
Black with #5EAE09
Text Example
Text Example
White with #5EAE09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EAE09; }
p { color: rgb(94,174,9); }
H1.HeaderClassName
{
color: #5EAE09;
}
.AnyTagClassName
{
color: #5EAE09;
}
</style>
background-color css
<style>
a { background-color: #5EAE09; }
a { background-color: rgb(94,174,9); }
div.DivClassName
{
background-color: #5EAE09;
}
.BgClassName
{
background-color: #5EAE09;
}
</style>
border-color css
<style>
span { border-color: #5EAE09; }
span { border-color: rgb(94,174,9); }
td.TdClassName
{
border-color: #5EAE09;
}
.TagClassName
{
border-color: #5EAE09;
}
</style>