Shades of Mantis #6AC95E
Tints of Mantis #6AC95E
RGB
CMYK
RGB Variations
Color information
#6AC95E (or 0x6AC95E) is known color: Mantis. HEX triplet: 6A, C9 and 5E. RGB value is (106,201,94). Sum of RGB (Red+Green+Blue) = 106+201+94=401 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.43% from 401); Green value is 201 (78.91% from 255 or 50.12% from 401); Blue value is 94 (37.11% from 255 or 23.44% from 401); Max value from RGB is 201 - color contains mainly: green. Hex color #6AC95E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC95E is #9536A1. Grayscale: #A0A0A0. Windows color (decimal): -9778850 or 6211946. OLE color: 6211946.
HSL color Cylindrical-coordinate representation of color #6AC95E: hue angle of 113.27º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6AC95E is Cyan = 0.47, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 106 | 201 | 94 | - |
| CMYK | 0.47 | 0 | 0.53 | 0.21 |
| HSL | 113.27º | 0.5% | 0.58% | - |
| HSV(B) | 113.27º | 0.53% | 0.79% | - |
| XYZ | 28.85 | 45.65 | 17.88 | - |
| YUV | 160.4 | 90.53 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 201 | 94 | 0.47 | 0 | 0.53 | 0.21 | 113.27 | 0.5 | 0.58 |
| Hex | 6A | C9 | 5E | 2F | 0 | 35 | 15 | 71 | 32 | 3A |
| Octal | 152 | 311 | 136 | 57 | 0 | 65 | 25 | 161 | 62 | 72 |
| Binary | 1101010 | 11001001 | 1011110 | 101111 | 0 | 110101 | 10101 | 1110001 | 110010 | 111010 |
Color Harmonies of #6AC95E
Complementary color
Monochromatic Colors of #6AC95E
Black with #6AC95E
Text Example
Text Example
White with #6AC95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC95E; }
p { color: rgb(106,201,94); }
H1.HeaderClassName
{
color: #6AC95E;
}
.AnyTagClassName
{
color: #6AC95E;
}
</style>
background-color css
<style>
a { background-color: #6AC95E; }
a { background-color: rgb(106,201,94); }
div.DivClassName
{
background-color: #6AC95E;
}
.BgClassName
{
background-color: #6AC95E;
}
</style>
border-color css
<style>
span { border-color: #6AC95E; }
span { border-color: rgb(106,201,94); }
td.TdClassName
{
border-color: #6AC95E;
}
.TagClassName
{
border-color: #6AC95E;
}
</style>