Shades of Christi #6AC002
Tints of Christi #6AC002
RGB
CMYK
RGB Variations
Color information
#6AC002 (or 0x6AC002) is known color: Christi. HEX triplet: 6A, C0 and 02. RGB value is (106,192,2). Sum of RGB (Red+Green+Blue) = 106+192+2=300 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.33% from 300); Green value is 192 (75.39% from 255 or 64% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC002 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC002 is #953FFD. Grayscale: #919191. Windows color (decimal): -9781246 or 180330. OLE color: 180330.
HSL color Cylindrical-coordinate representation of color #6AC002: hue angle of 87.16º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6AC002 is Cyan = 0.45, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 2 | - |
| CMYK | 0.45 | 0 | 0.99 | 0.25 |
| HSL | 87.16º | 0.98% | 0.38% | - |
| HSV(B) | 87.16º | 0.99% | 0.75% | - |
| XYZ | 24.8 | 40.77 | 6.62 | - |
| YUV | 144.63 | 47.51 | 100.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 2 | 0.45 | 0 | 0.99 | 0.25 | 87.16 | 0.98 | 0.38 |
| Hex | 6A | C0 | 2 | 2D | 0 | 63 | 19 | 57 | 62 | 26 |
| Octal | 152 | 300 | 2 | 55 | 0 | 143 | 31 | 127 | 142 | 46 |
| Binary | 1101010 | 11000000 | 10 | 101101 | 0 | 1100011 | 11001 | 1010111 | 1100010 | 100110 |
Color Harmonies of #6AC002
Complementary color
Monochromatic Colors of #6AC002
Black with #6AC002
Text Example
Text Example
White with #6AC002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC002; }
p { color: rgb(106,192,2); }
H1.HeaderClassName
{
color: #6AC002;
}
.AnyTagClassName
{
color: #6AC002;
}
</style>
background-color css
<style>
a { background-color: #6AC002; }
a { background-color: rgb(106,192,2); }
div.DivClassName
{
background-color: #6AC002;
}
.BgClassName
{
background-color: #6AC002;
}
</style>
border-color css
<style>
span { border-color: #6AC002; }
span { border-color: rgb(106,192,2); }
td.TdClassName
{
border-color: #6AC002;
}
.TagClassName
{
border-color: #6AC002;
}
</style>