Shades of Christi #5E9D0A
Tints of Christi #5E9D0A
RGB
CMYK
RGB Variations
Color information
#5E9D0A (or 0x5E9D0A) is known color: Christi. HEX triplet: 5E, 9D and 0A. RGB value is (94,157,10). Sum of RGB (Red+Green+Blue) = 94+157+10=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 157 (61.72% from 255 or 60.15% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 157 - color contains mainly: green. Hex color #5E9D0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5E9D0A is #A162F5. Grayscale: #797979. Windows color (decimal): -10576630 or 695646. OLE color: 695646.
HSL color Cylindrical-coordinate representation of color #5E9D0A: hue angle of 85.71º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E9D0A is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 94 | 157 | 10 | - |
| CMYK | 0.40 | 0 | 0.94 | 0.38 |
| HSL | 85.71º | 0.88% | 0.33% | - |
| HSV(B) | 85.71º | 0.94% | 0.62% | - |
| XYZ | 16.73 | 26.52 | 4.52 | - |
| YUV | 121.41 | 65.13 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 157 | 10 | 0.40 | 0 | 0.94 | 0.38 | 85.71 | 0.88 | 0.33 |
| Hex | 5E | 9D | A | 28 | 0 | 5E | 26 | 56 | 58 | 21 |
| Octal | 136 | 235 | 12 | 50 | 0 | 136 | 46 | 126 | 130 | 41 |
| Binary | 1011110 | 10011101 | 1010 | 101000 | 0 | 1011110 | 100110 | 1010110 | 1011000 | 100001 |
Color Harmonies of #5E9D0A
Complementary color
Monochromatic Colors of #5E9D0A
Black with #5E9D0A
Text Example
Text Example
White with #5E9D0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E9D0A; }
p { color: rgb(94,157,10); }
H1.HeaderClassName
{
color: #5E9D0A;
}
.AnyTagClassName
{
color: #5E9D0A;
}
</style>
background-color css
<style>
a { background-color: #5E9D0A; }
a { background-color: rgb(94,157,10); }
div.DivClassName
{
background-color: #5E9D0A;
}
.BgClassName
{
background-color: #5E9D0A;
}
</style>
border-color css
<style>
span { border-color: #5E9D0A; }
span { border-color: rgb(94,157,10); }
td.TdClassName
{
border-color: #5E9D0A;
}
.TagClassName
{
border-color: #5E9D0A;
}
</style>