Shades of Christi #6AC420
Tints of Christi #6AC420
RGB
CMYK
RGB Variations
Color information
#6AC420 (or 0x6AC420) is known color: Christi. HEX triplet: 6A, C4 and 20. RGB value is (106,196,32). Sum of RGB (Red+Green+Blue) = 106+196+32=334 (44% of max value = 765). Red value is 106 (41.80% from 255 or 31.74% from 334); Green value is 196 (76.95% from 255 or 58.68% from 334); Blue value is 32 (12.89% from 255 or 9.58% from 334); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC420 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC420 is #953BDF. Grayscale: #969696. Windows color (decimal): -9780192 or 2147434. OLE color: 2147434.
HSL color Cylindrical-coordinate representation of color #6AC420: hue angle of 92.93º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6AC420 is Cyan = 0.46, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 196 | 32 | - |
| CMYK | 0.46 | 0 | 0.84 | 0.23 |
| HSL | 92.93º | 0.72% | 0.45% | - |
| HSV(B) | 92.93º | 0.84% | 0.77% | - |
| XYZ | 25.94 | 42.65 | 8.23 | - |
| YUV | 150.39 | 61.18 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 32 | 0.46 | 0 | 0.84 | 0.23 | 92.93 | 0.72 | 0.45 |
| Hex | 6A | C4 | 20 | 2E | 0 | 54 | 17 | 5D | 48 | 2D |
| Octal | 152 | 304 | 40 | 56 | 0 | 124 | 27 | 135 | 110 | 55 |
| Binary | 1101010 | 11000100 | 100000 | 101110 | 0 | 1010100 | 10111 | 1011101 | 1001000 | 101101 |
Color Harmonies of #6AC420
Complementary color
Monochromatic Colors of #6AC420
Black with #6AC420
Text Example
Text Example
White with #6AC420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC420; }
p { color: rgb(106,196,32); }
H1.HeaderClassName
{
color: #6AC420;
}
.AnyTagClassName
{
color: #6AC420;
}
</style>
background-color css
<style>
a { background-color: #6AC420; }
a { background-color: rgb(106,196,32); }
div.DivClassName
{
background-color: #6AC420;
}
.BgClassName
{
background-color: #6AC420;
}
</style>
border-color css
<style>
span { border-color: #6AC420; }
span { border-color: rgb(106,196,32); }
td.TdClassName
{
border-color: #6AC420;
}
.TagClassName
{
border-color: #6AC420;
}
</style>