Shades of Christi #6AC012
Tints of Christi #6AC012
RGB
CMYK
RGB Variations
Color information
#6AC012 (or 0x6AC012) is known color: Christi. HEX triplet: 6A, C0 and 12. RGB value is (106,192,18). Sum of RGB (Red+Green+Blue) = 106+192+18=316 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.54% from 316); Green value is 192 (75.39% from 255 or 60.76% from 316); Blue value is 18 (7.42% from 255 or 5.70% from 316); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC012 is #953FED. Grayscale: #939393. Windows color (decimal): -9781230 or 1228906. OLE color: 1228906.
HSL color Cylindrical-coordinate representation of color #6AC012: hue angle of 89.66º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AC012 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 18 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.25 |
| HSL | 89.66º | 0.83% | 0.41% | - |
| HSV(B) | 89.66º | 0.91% | 0.75% | - |
| XYZ | 24.9 | 40.81 | 7.14 | - |
| YUV | 146.45 | 55.51 | 99.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 18 | 0.45 | 0 | 0.91 | 0.25 | 89.66 | 0.83 | 0.41 |
| Hex | 6A | C0 | 12 | 2D | 0 | 5B | 19 | 5A | 53 | 29 |
| Octal | 152 | 300 | 22 | 55 | 0 | 133 | 31 | 132 | 123 | 51 |
| Binary | 1101010 | 11000000 | 10010 | 101101 | 0 | 1011011 | 11001 | 1011010 | 1010011 | 101001 |
Color Harmonies of #6AC012
Complementary color
Monochromatic Colors of #6AC012
Black with #6AC012
Text Example
Text Example
White with #6AC012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC012; }
p { color: rgb(106,192,18); }
H1.HeaderClassName
{
color: #6AC012;
}
.AnyTagClassName
{
color: #6AC012;
}
</style>
background-color css
<style>
a { background-color: #6AC012; }
a { background-color: rgb(106,192,18); }
div.DivClassName
{
background-color: #6AC012;
}
.BgClassName
{
background-color: #6AC012;
}
</style>
border-color css
<style>
span { border-color: #6AC012; }
span { border-color: rgb(106,192,18); }
td.TdClassName
{
border-color: #6AC012;
}
.TagClassName
{
border-color: #6AC012;
}
</style>