Shades of Christi #6AC522
Tints of Christi #6AC522
RGB
CMYK
RGB Variations
Color information
#6AC522 (or 0x6AC522) is known color: Christi. HEX triplet: 6A, C5 and 22. RGB value is (106,197,34). Sum of RGB (Red+Green+Blue) = 106+197+34=337 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.45% from 337); Green value is 197 (77.34% from 255 or 58.46% from 337); Blue value is 34 (13.67% from 255 or 10.09% from 337); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC522 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC522 is #953ADD. Grayscale: #979797. Windows color (decimal): -9779934 or 2278762. OLE color: 2278762.
HSL color Cylindrical-coordinate representation of color #6AC522: hue angle of 93.5º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6AC522 is Cyan = 0.46, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 197 | 34 | - |
| CMYK | 0.46 | 0 | 0.83 | 0.23 |
| HSL | 93.5º | 0.71% | 0.45% | - |
| HSV(B) | 93.5º | 0.83% | 0.77% | - |
| XYZ | 26.2 | 43.11 | 8.45 | - |
| YUV | 151.21 | 61.85 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 197 | 34 | 0.46 | 0 | 0.83 | 0.23 | 93.5 | 0.71 | 0.45 |
| Hex | 6A | C5 | 22 | 2E | 0 | 53 | 17 | 5D | 47 | 2D |
| Octal | 152 | 305 | 42 | 56 | 0 | 123 | 27 | 135 | 107 | 55 |
| Binary | 1101010 | 11000101 | 100010 | 101110 | 0 | 1010011 | 10111 | 1011101 | 1000111 | 101101 |
Color Harmonies of #6AC522
Complementary color
Monochromatic Colors of #6AC522
Black with #6AC522
Text Example
Text Example
White with #6AC522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC522; }
p { color: rgb(106,197,34); }
H1.HeaderClassName
{
color: #6AC522;
}
.AnyTagClassName
{
color: #6AC522;
}
</style>
background-color css
<style>
a { background-color: #6AC522; }
a { background-color: rgb(106,197,34); }
div.DivClassName
{
background-color: #6AC522;
}
.BgClassName
{
background-color: #6AC522;
}
</style>
border-color css
<style>
span { border-color: #6AC522; }
span { border-color: rgb(106,197,34); }
td.TdClassName
{
border-color: #6AC522;
}
.TagClassName
{
border-color: #6AC522;
}
</style>