Shades of Mantis #6AC85C
Tints of Mantis #6AC85C
RGB
CMYK
RGB Variations
Color information
#6AC85C (or 0x6AC85C) is known color: Mantis. HEX triplet: 6A, C8 and 5C. RGB value is (106,200,92). Sum of RGB (Red+Green+Blue) = 106+200+92=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 200 (78.52% from 255 or 50.25% from 398); Blue value is 92 (36.33% from 255 or 23.12% from 398); Max value from RGB is 200 - color contains mainly: green. Hex color #6AC85C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6AC85C is #9537A3. Grayscale: #9F9F9F. Windows color (decimal): -9779108 or 6080618. OLE color: 6080618.
HSL color Cylindrical-coordinate representation of color #6AC85C: hue angle of 112.22º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6AC85C is Cyan = 0.47, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 106 | 200 | 92 | - |
| CMYK | 0.47 | 0 | 0.54 | 0.22 |
| HSL | 112.22º | 0.5% | 0.57% | - |
| HSV(B) | 112.22º | 0.54% | 0.78% | - |
| XYZ | 28.53 | 45.15 | 17.34 | - |
| YUV | 159.58 | 89.86 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 200 | 92 | 0.47 | 0 | 0.54 | 0.22 | 112.22 | 0.5 | 0.57 |
| Hex | 6A | C8 | 5C | 2F | 0 | 36 | 16 | 70 | 32 | 39 |
| Octal | 152 | 310 | 134 | 57 | 0 | 66 | 26 | 160 | 62 | 71 |
| Binary | 1101010 | 11001000 | 1011100 | 101111 | 0 | 110110 | 10110 | 1110000 | 110010 | 111001 |
Color Harmonies of #6AC85C
Complementary color
Monochromatic Colors of #6AC85C
Black with #6AC85C
Text Example
Text Example
White with #6AC85C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC85C; }
p { color: rgb(106,200,92); }
H1.HeaderClassName
{
color: #6AC85C;
}
.AnyTagClassName
{
color: #6AC85C;
}
</style>
background-color css
<style>
a { background-color: #6AC85C; }
a { background-color: rgb(106,200,92); }
div.DivClassName
{
background-color: #6AC85C;
}
.BgClassName
{
background-color: #6AC85C;
}
</style>
border-color css
<style>
span { border-color: #6AC85C; }
span { border-color: rgb(106,200,92); }
td.TdClassName
{
border-color: #6AC85C;
}
.TagClassName
{
border-color: #6AC85C;
}
</style>