Shades of Mantis #6AC55C
Tints of Mantis #6AC55C
RGB
CMYK
RGB Variations
Color information
#6AC55C (or 0x6AC55C) is known color: Mantis. HEX triplet: 6A, C5 and 5C. RGB value is (106,197,92). Sum of RGB (Red+Green+Blue) = 106+197+92=395 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.84% from 395); Green value is 197 (77.34% from 255 or 49.87% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 197 - color contains mainly: green. Hex color #6AC55C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC55C is #953AA3. Grayscale: #9E9E9E. Windows color (decimal): -9779876 or 6079850. OLE color: 6079850.
HSL color Cylindrical-coordinate representation of color #6AC55C: hue angle of 112º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AC55C is Cyan = 0.46, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 197 | 92 | - |
| CMYK | 0.46 | 0 | 0.53 | 0.23 |
| HSL | 112º | 0.48% | 0.57% | - |
| HSV(B) | 112º | 0.53% | 0.77% | - |
| XYZ | 27.84 | 43.77 | 17.11 | - |
| YUV | 157.82 | 90.85 | 91.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 197 | 92 | 0.46 | 0 | 0.53 | 0.23 | 112 | 0.48 | 0.57 |
| Hex | 6A | C5 | 5C | 2E | 0 | 35 | 17 | 70 | 30 | 39 |
| Octal | 152 | 305 | 134 | 56 | 0 | 65 | 27 | 160 | 60 | 71 |
| Binary | 1101010 | 11000101 | 1011100 | 101110 | 0 | 110101 | 10111 | 1110000 | 110000 | 111001 |
Color Harmonies of #6AC55C
Complementary color
Monochromatic Colors of #6AC55C
Black with #6AC55C
Text Example
Text Example
White with #6AC55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC55C; }
p { color: rgb(106,197,92); }
H1.HeaderClassName
{
color: #6AC55C;
}
.AnyTagClassName
{
color: #6AC55C;
}
</style>
background-color css
<style>
a { background-color: #6AC55C; }
a { background-color: rgb(106,197,92); }
div.DivClassName
{
background-color: #6AC55C;
}
.BgClassName
{
background-color: #6AC55C;
}
</style>
border-color css
<style>
span { border-color: #6AC55C; }
span { border-color: rgb(106,197,92); }
td.TdClassName
{
border-color: #6AC55C;
}
.TagClassName
{
border-color: #6AC55C;
}
</style>