Shades of Christi #6AC40C
Tints of Christi #6AC40C
RGB
CMYK
RGB Variations
Color information
#6AC40C (or 0x6AC40C) is known color: Christi. HEX triplet: 6A, C4 and 0C. RGB value is (106,196,12). Sum of RGB (Red+Green+Blue) = 106+196+12=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 196 (76.95% from 255 or 62.42% from 314); Blue value is 12 (5.08% from 255 or 3.82% from 314); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC40C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC40C is #953BF3. Grayscale: #949494. Windows color (decimal): -9780212 or 836714. OLE color: 836714.
HSL color Cylindrical-coordinate representation of color #6AC40C: hue angle of 89.35º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6AC40C is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 196 | 12 | - |
| CMYK | 0.46 | 0 | 0.94 | 0.23 |
| HSL | 89.35º | 0.88% | 0.41% | - |
| HSV(B) | 89.35º | 0.94% | 0.77% | - |
| XYZ | 25.75 | 42.57 | 7.21 | - |
| YUV | 148.11 | 51.18 | 97.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 12 | 0.46 | 0 | 0.94 | 0.23 | 89.35 | 0.88 | 0.41 |
| Hex | 6A | C4 | C | 2E | 0 | 5E | 17 | 59 | 58 | 29 |
| Octal | 152 | 304 | 14 | 56 | 0 | 136 | 27 | 131 | 130 | 51 |
| Binary | 1101010 | 11000100 | 1100 | 101110 | 0 | 1011110 | 10111 | 1011001 | 1011000 | 101001 |
Color Harmonies of #6AC40C
Complementary color
Monochromatic Colors of #6AC40C
Black with #6AC40C
Text Example
Text Example
White with #6AC40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC40C; }
p { color: rgb(106,196,12); }
H1.HeaderClassName
{
color: #6AC40C;
}
.AnyTagClassName
{
color: #6AC40C;
}
</style>
background-color css
<style>
a { background-color: #6AC40C; }
a { background-color: rgb(106,196,12); }
div.DivClassName
{
background-color: #6AC40C;
}
.BgClassName
{
background-color: #6AC40C;
}
</style>
border-color css
<style>
span { border-color: #6AC40C; }
span { border-color: rgb(106,196,12); }
td.TdClassName
{
border-color: #6AC40C;
}
.TagClassName
{
border-color: #6AC40C;
}
</style>