Shades of Christi #6AC112
Tints of Christi #6AC112
RGB
CMYK
RGB Variations
Color information
#6AC112 (or 0x6AC112) is known color: Christi. HEX triplet: 6A, C1 and 12. RGB value is (106,193,18). Sum of RGB (Red+Green+Blue) = 106+193+18=317 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.44% from 317); Green value is 193 (75.78% from 255 or 60.88% from 317); Blue value is 18 (7.42% from 255 or 5.68% from 317); Max value from RGB is 193 - color contains mainly: green. Hex color #6AC112 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC112 is #953EED. Grayscale: #939393. Windows color (decimal): -9780974 or 1229162. OLE color: 1229162.
HSL color Cylindrical-coordinate representation of color #6AC112: hue angle of 89.83º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AC112 is Cyan = 0.45, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 193 | 18 | - |
| CMYK | 0.45 | 0 | 0.91 | 0.24 |
| HSL | 89.83º | 0.83% | 0.41% | - |
| HSV(B) | 89.83º | 0.91% | 0.76% | - |
| XYZ | 25.12 | 41.25 | 7.21 | - |
| YUV | 147.04 | 55.18 | 98.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 193 | 18 | 0.45 | 0 | 0.91 | 0.24 | 89.83 | 0.83 | 0.41 |
| Hex | 6A | C1 | 12 | 2D | 0 | 5B | 18 | 5A | 53 | 29 |
| Octal | 152 | 301 | 22 | 55 | 0 | 133 | 30 | 132 | 123 | 51 |
| Binary | 1101010 | 11000001 | 10010 | 101101 | 0 | 1011011 | 11000 | 1011010 | 1010011 | 101001 |
Color Harmonies of #6AC112
Complementary color
Monochromatic Colors of #6AC112
Black with #6AC112
Text Example
Text Example
White with #6AC112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC112; }
p { color: rgb(106,193,18); }
H1.HeaderClassName
{
color: #6AC112;
}
.AnyTagClassName
{
color: #6AC112;
}
</style>
background-color css
<style>
a { background-color: #6AC112; }
a { background-color: rgb(106,193,18); }
div.DivClassName
{
background-color: #6AC112;
}
.BgClassName
{
background-color: #6AC112;
}
</style>
border-color css
<style>
span { border-color: #6AC112; }
span { border-color: rgb(106,193,18); }
td.TdClassName
{
border-color: #6AC112;
}
.TagClassName
{
border-color: #6AC112;
}
</style>