Shades of Christi #6AC005
Tints of Christi #6AC005
RGB
CMYK
RGB Variations
Color information
#6AC005 (or 0x6AC005) is known color: Christi. HEX triplet: 6A, C0 and 05. RGB value is (106,192,5). Sum of RGB (Red+Green+Blue) = 106+192+5=303 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.98% from 303); Green value is 192 (75.39% from 255 or 63.37% from 303); Blue value is 5 (2.34% from 255 or 1.65% from 303); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC005 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6AC005 is #953FFA. Grayscale: #919191. Windows color (decimal): -9781243 or 376938. OLE color: 376938.
HSL color Cylindrical-coordinate representation of color #6AC005: hue angle of 87.59º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6AC005 is Cyan = 0.45, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 5 | - |
| CMYK | 0.45 | 0 | 0.97 | 0.25 |
| HSL | 87.59º | 0.95% | 0.39% | - |
| HSV(B) | 87.59º | 0.97% | 0.75% | - |
| XYZ | 24.82 | 40.77 | 6.71 | - |
| YUV | 144.97 | 49.01 | 100.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 5 | 0.45 | 0 | 0.97 | 0.25 | 87.59 | 0.95 | 0.39 |
| Hex | 6A | C0 | 5 | 2D | 0 | 61 | 19 | 58 | 5F | 27 |
| Octal | 152 | 300 | 5 | 55 | 0 | 141 | 31 | 130 | 137 | 47 |
| Binary | 1101010 | 11000000 | 101 | 101101 | 0 | 1100001 | 11001 | 1011000 | 1011111 | 100111 |
Color Harmonies of #6AC005
Complementary color
Monochromatic Colors of #6AC005
Black with #6AC005
Text Example
Text Example
White with #6AC005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC005; }
p { color: rgb(106,192,5); }
H1.HeaderClassName
{
color: #6AC005;
}
.AnyTagClassName
{
color: #6AC005;
}
</style>
background-color css
<style>
a { background-color: #6AC005; }
a { background-color: rgb(106,192,5); }
div.DivClassName
{
background-color: #6AC005;
}
.BgClassName
{
background-color: #6AC005;
}
</style>
border-color css
<style>
span { border-color: #6AC005; }
span { border-color: rgb(106,192,5); }
td.TdClassName
{
border-color: #6AC005;
}
.TagClassName
{
border-color: #6AC005;
}
</style>