Shades of Christi #6AC616
Tints of Christi #6AC616
RGB
CMYK
RGB Variations
Color information
#6AC616 (or 0x6AC616) is known color: Christi. HEX triplet: 6A, C6 and 16. RGB value is (106,198,22). Sum of RGB (Red+Green+Blue) = 106+198+22=326 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.52% from 326); Green value is 198 (77.73% from 255 or 60.74% from 326); Blue value is 22 (8.98% from 255 or 6.75% from 326); Max value from RGB is 198 - color contains mainly: green. Hex color #6AC616 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC616 is #9539E9. Grayscale: #979797. Windows color (decimal): -9779690 or 1492586. OLE color: 1492586.
HSL color Cylindrical-coordinate representation of color #6AC616: hue angle of 91.36º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6AC616 is Cyan = 0.46, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 198 | 22 | - |
| CMYK | 0.46 | 0 | 0.89 | 0.22 |
| HSL | 91.36º | 0.8% | 0.43% | - |
| HSV(B) | 91.36º | 0.89% | 0.78% | - |
| XYZ | 26.28 | 43.51 | 7.77 | - |
| YUV | 150.43 | 55.52 | 96.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 198 | 22 | 0.46 | 0 | 0.89 | 0.22 | 91.36 | 0.8 | 0.43 |
| Hex | 6A | C6 | 16 | 2E | 0 | 59 | 16 | 5B | 50 | 2B |
| Octal | 152 | 306 | 26 | 56 | 0 | 131 | 26 | 133 | 120 | 53 |
| Binary | 1101010 | 11000110 | 10110 | 101110 | 0 | 1011001 | 10110 | 1011011 | 1010000 | 101011 |
Color Harmonies of #6AC616
Complementary color
Monochromatic Colors of #6AC616
Black with #6AC616
Text Example
Text Example
White with #6AC616
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC616; }
p { color: rgb(106,198,22); }
H1.HeaderClassName
{
color: #6AC616;
}
.AnyTagClassName
{
color: #6AC616;
}
</style>
background-color css
<style>
a { background-color: #6AC616; }
a { background-color: rgb(106,198,22); }
div.DivClassName
{
background-color: #6AC616;
}
.BgClassName
{
background-color: #6AC616;
}
</style>
border-color css
<style>
span { border-color: #6AC616; }
span { border-color: rgb(106,198,22); }
td.TdClassName
{
border-color: #6AC616;
}
.TagClassName
{
border-color: #6AC616;
}
</style>