Shades of Mantis #6AD05A
Tints of Mantis #6AD05A
RGB
CMYK
RGB Variations
Color information
#6AD05A (or 0x6AD05A) is known color: Mantis. HEX triplet: 6A, D0 and 5A. RGB value is (106,208,90). Sum of RGB (Red+Green+Blue) = 106+208+90=404 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.24% from 404); Green value is 208 (81.64% from 255 or 51.49% from 404); Blue value is 90 (35.55% from 255 or 22.28% from 404); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD05A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AD05A is #952FA5. Grayscale: #A4A4A4. Windows color (decimal): -9777062 or 5951594. OLE color: 5951594.
HSL color Cylindrical-coordinate representation of color #6AD05A: hue angle of 111.86º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6AD05A is Cyan = 0.49, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 106 | 208 | 90 | - |
| CMYK | 0.49 | 0 | 0.57 | 0.18 |
| HSL | 111.86º | 0.56% | 0.58% | - |
| HSV(B) | 111.86º | 0.57% | 0.82% | - |
| XYZ | 30.35 | 48.91 | 17.51 | - |
| YUV | 164.05 | 86.21 | 86.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 208 | 90 | 0.49 | 0 | 0.57 | 0.18 | 111.86 | 0.56 | 0.58 |
| Hex | 6A | D0 | 5A | 31 | 0 | 39 | 12 | 70 | 38 | 3A |
| Octal | 152 | 320 | 132 | 61 | 0 | 71 | 22 | 160 | 70 | 72 |
| Binary | 1101010 | 11010000 | 1011010 | 110001 | 0 | 111001 | 10010 | 1110000 | 111000 | 111010 |
Color Harmonies of #6AD05A
Complementary color
Monochromatic Colors of #6AD05A
Black with #6AD05A
Text Example
Text Example
White with #6AD05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD05A; }
p { color: rgb(106,208,90); }
H1.HeaderClassName
{
color: #6AD05A;
}
.AnyTagClassName
{
color: #6AD05A;
}
</style>
background-color css
<style>
a { background-color: #6AD05A; }
a { background-color: rgb(106,208,90); }
div.DivClassName
{
background-color: #6AD05A;
}
.BgClassName
{
background-color: #6AD05A;
}
</style>
border-color css
<style>
span { border-color: #6AD05A; }
span { border-color: rgb(106,208,90); }
td.TdClassName
{
border-color: #6AD05A;
}
.TagClassName
{
border-color: #6AD05A;
}
</style>