Shades of Christi #6AC612
Tints of Christi #6AC612
RGB
CMYK
RGB Variations
Color information
#6AC612 (or 0x6AC612) is known color: Christi. HEX triplet: 6A, C6 and 12. RGB value is (106,198,18). Sum of RGB (Red+Green+Blue) = 106+198+18=322 (42% of max value = 765). Red value is 106 (41.80% from 255 or 32.92% from 322); Green value is 198 (77.73% from 255 or 61.49% from 322); Blue value is 18 (7.42% from 255 or 5.59% from 322); Max value from RGB is 198 - color contains mainly: green. Hex color #6AC612 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC612 is #9539ED. Grayscale: #969696. Windows color (decimal): -9779694 or 1230442. OLE color: 1230442.
HSL color Cylindrical-coordinate representation of color #6AC612: hue angle of 90.67º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6AC612 is Cyan = 0.46, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 198 | 18 | - |
| CMYK | 0.46 | 0 | 0.91 | 0.22 |
| HSL | 90.67º | 0.83% | 0.42% | - |
| HSV(B) | 90.67º | 0.91% | 0.78% | - |
| XYZ | 26.25 | 43.5 | 7.58 | - |
| YUV | 149.97 | 53.52 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 198 | 18 | 0.46 | 0 | 0.91 | 0.22 | 90.67 | 0.83 | 0.42 |
| Hex | 6A | C6 | 12 | 2E | 0 | 5B | 16 | 5B | 53 | 2A |
| Octal | 152 | 306 | 22 | 56 | 0 | 133 | 26 | 133 | 123 | 52 |
| Binary | 1101010 | 11000110 | 10010 | 101110 | 0 | 1011011 | 10110 | 1011011 | 1010011 | 101010 |
Color Harmonies of #6AC612
Complementary color
Monochromatic Colors of #6AC612
Black with #6AC612
Text Example
Text Example
White with #6AC612
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC612; }
p { color: rgb(106,198,18); }
H1.HeaderClassName
{
color: #6AC612;
}
.AnyTagClassName
{
color: #6AC612;
}
</style>
background-color css
<style>
a { background-color: #6AC612; }
a { background-color: rgb(106,198,18); }
div.DivClassName
{
background-color: #6AC612;
}
.BgClassName
{
background-color: #6AC612;
}
</style>
border-color css
<style>
span { border-color: #6AC612; }
span { border-color: rgb(106,198,18); }
td.TdClassName
{
border-color: #6AC612;
}
.TagClassName
{
border-color: #6AC612;
}
</style>