Shades of Christi #6EC10A
Tints of Christi #6EC10A
RGB
CMYK
RGB Variations
Color information
#6EC10A (or 0x6EC10A) is known color: Christi. HEX triplet: 6E, C1 and 0A. RGB value is (110,193,10). Sum of RGB (Red+Green+Blue) = 110+193+10=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 193 (75.78% from 255 or 61.66% from 313); Blue value is 10 (4.30% from 255 or 3.19% from 313); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC10A is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6EC10A is #913EF5. Grayscale: #939393. Windows color (decimal): -9518838 or 704878. OLE color: 704878.
HSL color Cylindrical-coordinate representation of color #6EC10A: hue angle of 87.21º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6EC10A is Cyan = 0.43, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 110 | 193 | 10 | - |
| CMYK | 0.43 | 0 | 0.95 | 0.24 |
| HSL | 87.21º | 0.9% | 0.4% | - |
| HSV(B) | 87.21º | 0.95% | 0.76% | - |
| XYZ | 25.56 | 41.48 | 6.95 | - |
| YUV | 147.32 | 50.5 | 101.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 193 | 10 | 0.43 | 0 | 0.95 | 0.24 | 87.21 | 0.9 | 0.4 |
| Hex | 6E | C1 | A | 2B | 0 | 5F | 18 | 57 | 5A | 28 |
| Octal | 156 | 301 | 12 | 53 | 0 | 137 | 30 | 127 | 132 | 50 |
| Binary | 1101110 | 11000001 | 1010 | 101011 | 0 | 1011111 | 11000 | 1010111 | 1011010 | 101000 |
Color Harmonies of #6EC10A
Complementary color
Monochromatic Colors of #6EC10A
Black with #6EC10A
Text Example
Text Example
White with #6EC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6EC10A; }
p { color: rgb(110,193,10); }
H1.HeaderClassName
{
color: #6EC10A;
}
.AnyTagClassName
{
color: #6EC10A;
}
</style>
background-color css
<style>
a { background-color: #6EC10A; }
a { background-color: rgb(110,193,10); }
div.DivClassName
{
background-color: #6EC10A;
}
.BgClassName
{
background-color: #6EC10A;
}
</style>
border-color css
<style>
span { border-color: #6EC10A; }
span { border-color: rgb(110,193,10); }
td.TdClassName
{
border-color: #6EC10A;
}
.TagClassName
{
border-color: #6EC10A;
}
</style>