Shades of Christi #6EC00A
Tints of Christi #6EC00A
RGB
CMYK
RGB Variations
Color information
#6EC00A (or 0x6EC00A) is known color: Christi. HEX triplet: 6E, C0 and 0A. RGB value is (110,192,10). Sum of RGB (Red+Green+Blue) = 110+192+10=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 192 (75.39% from 255 or 61.54% from 312); Blue value is 10 (4.30% from 255 or 3.21% from 312); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC00A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC00A is #913FF5. Grayscale: #939393. Windows color (decimal): -9519094 or 704622. OLE color: 704622.
HSL color Cylindrical-coordinate representation of color #6EC00A: hue angle of 87.03º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6EC00A is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 110 | 192 | 10 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.25 |
| HSL | 87.03º | 0.9% | 0.4% | - |
| HSV(B) | 87.03º | 0.95% | 0.75% | - |
| XYZ | 25.33 | 41.04 | 6.87 | - |
| YUV | 146.73 | 50.83 | 101.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 192 | 10 | 0.43 | 0 | 0.95 | 0.25 | 87.03 | 0.9 | 0.4 |
| Hex | 6E | C0 | A | 2B | 0 | 5F | 19 | 57 | 5A | 28 |
| Octal | 156 | 300 | 12 | 53 | 0 | 137 | 31 | 127 | 132 | 50 |
| Binary | 1101110 | 11000000 | 1010 | 101011 | 0 | 1011111 | 11001 | 1010111 | 1011010 | 101000 |
Color Harmonies of #6EC00A
Complementary color
Monochromatic Colors of #6EC00A
Black with #6EC00A
Text Example
Text Example
White with #6EC00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC00A; }
p { color: rgb(110,192,10); }
H1.HeaderClassName
{
color: #6EC00A;
}
.AnyTagClassName
{
color: #6EC00A;
}
</style>
background-color css
<style>
a { background-color: #6EC00A; }
a { background-color: rgb(110,192,10); }
div.DivClassName
{
background-color: #6EC00A;
}
.BgClassName
{
background-color: #6EC00A;
}
</style>
border-color css
<style>
span { border-color: #6EC00A; }
span { border-color: rgb(110,192,10); }
td.TdClassName
{
border-color: #6EC00A;
}
.TagClassName
{
border-color: #6EC00A;
}
</style>