Shades of Mantis #8AC06B
Tints of Mantis #8AC06B
RGB
CMYK
RGB Variations
Color information
#8AC06B (or 0x8AC06B) is known color: Mantis. HEX triplet: 8A, C0 and 6B. RGB value is (138,192,107). Sum of RGB (Red+Green+Blue) = 138+192+107=437 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.58% from 437); Green value is 192 (75.39% from 255 or 43.94% from 437); Blue value is 107 (42.19% from 255 or 24.49% from 437); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC06B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC06B is #753F94. Grayscale: #A6A6A6. Windows color (decimal): -7683989 or 7061642. OLE color: 7061642.
HSL color Cylindrical-coordinate representation of color #8AC06B: hue angle of 98.12º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8AC06B is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 107 | - |
| CMYK | 0.28 | 0 | 0.44 | 0.25 |
| HSL | 98.12º | 0.4% | 0.59% | - |
| HSV(B) | 98.12º | 0.44% | 0.75% | - |
| XYZ | 31.98 | 44.16 | 20.75 | - |
| YUV | 166.16 | 94.61 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 107 | 0.28 | 0 | 0.44 | 0.25 | 98.12 | 0.4 | 0.59 |
| Hex | 8A | C0 | 6B | 1C | 0 | 2C | 19 | 62 | 28 | 3B |
| Octal | 212 | 300 | 153 | 34 | 0 | 54 | 31 | 142 | 50 | 73 |
| Binary | 10001010 | 11000000 | 1101011 | 11100 | 0 | 101100 | 11001 | 1100010 | 101000 | 111011 |
Color Harmonies of #8AC06B
Complementary color
Monochromatic Colors of #8AC06B
Black with #8AC06B
Text Example
Text Example
White with #8AC06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC06B; }
p { color: rgb(138,192,107); }
H1.HeaderClassName
{
color: #8AC06B;
}
.AnyTagClassName
{
color: #8AC06B;
}
</style>
background-color css
<style>
a { background-color: #8AC06B; }
a { background-color: rgb(138,192,107); }
div.DivClassName
{
background-color: #8AC06B;
}
.BgClassName
{
background-color: #8AC06B;
}
</style>
border-color css
<style>
span { border-color: #8AC06B; }
span { border-color: rgb(138,192,107); }
td.TdClassName
{
border-color: #8AC06B;
}
.TagClassName
{
border-color: #8AC06B;
}
</style>