Shades of Christi #6AC200
Tints of Christi #6AC200
RGB
CMYK
RGB Variations
Color information
#6AC200 (or 0x6AC200) is known color: Christi. HEX triplet: 6A, C2 and 00. RGB value is (106,194,0). Sum of RGB (Red+Green+Blue) = 106+194+0=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 194 (76.17% from 255 or 64.67% from 300); Blue value is 0 (0.39% from 255 or 0% from 300); Max value from RGB is 194 - color contains mainly: green. Hex color #6AC200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC200 is #953DFF. Grayscale: #929292. Windows color (decimal): -9780736 or 49770. OLE color: 49770.
HSL color Cylindrical-coordinate representation of color #6AC200: hue angle of 87.22º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6AC200 is Cyan = 0.45, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 194 | 0 | - |
| CMYK | 0.45 | 0 | 1 | 0.24 |
| HSL | 87.22º | 1% | 0.38% | - |
| HSV(B) | 87.22º | 1% | 0.76% | - |
| XYZ | 25.24 | 41.65 | 6.71 | - |
| YUV | 145.57 | 45.85 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 194 | 0 | 0.45 | 0 | 1 | 0.24 | 87.22 | 1 | 0.38 |
| Hex | 6A | C2 | 0 | 2D | 0 | 64 | 18 | 57 | 64 | 26 |
| Octal | 152 | 302 | 0 | 55 | 0 | 144 | 30 | 127 | 144 | 46 |
| Binary | 1101010 | 11000010 | 0 | 101101 | 0 | 1100100 | 11000 | 1010111 | 1100100 | 100110 |
Color Harmonies of #6AC200
Complementary color
Monochromatic Colors of #6AC200
Black with #6AC200
Text Example
Text Example
White with #6AC200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC200; }
p { color: rgb(106,194,0); }
H1.HeaderClassName
{
color: #6AC200;
}
.AnyTagClassName
{
color: #6AC200;
}
</style>
background-color css
<style>
a { background-color: #6AC200; }
a { background-color: rgb(106,194,0); }
div.DivClassName
{
background-color: #6AC200;
}
.BgClassName
{
background-color: #6AC200;
}
</style>
border-color css
<style>
span { border-color: #6AC200; }
span { border-color: rgb(106,194,0); }
td.TdClassName
{
border-color: #6AC200;
}
.TagClassName
{
border-color: #6AC200;
}
</style>