Shades of Mantis #8AC062
Tints of Mantis #8AC062
RGB
CMYK
RGB Variations
Color information
#8AC062 (or 0x8AC062) is known color: Mantis. HEX triplet: 8A, C0 and 62. RGB value is (138,192,98). Sum of RGB (Red+Green+Blue) = 138+192+98=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 192 (75.39% from 255 or 44.86% from 428); Blue value is 98 (38.67% from 255 or 22.90% from 428); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC062 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC062 is #753F9D. Grayscale: #A5A5A5. Windows color (decimal): -7683998 or 6471818. OLE color: 6471818.
HSL color Cylindrical-coordinate representation of color #8AC062: hue angle of 94.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AC062 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 98 | - |
| CMYK | 0.28 | 0 | 0.49 | 0.25 |
| HSL | 94.47º | 0.43% | 0.57% | - |
| HSV(B) | 94.47º | 0.49% | 0.75% | - |
| XYZ | 31.54 | 43.98 | 18.38 | - |
| YUV | 165.14 | 90.11 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 98 | 0.28 | 0 | 0.49 | 0.25 | 94.47 | 0.43 | 0.57 |
| Hex | 8A | C0 | 62 | 1C | 0 | 31 | 19 | 5E | 2B | 39 |
| Octal | 212 | 300 | 142 | 34 | 0 | 61 | 31 | 136 | 53 | 71 |
| Binary | 10001010 | 11000000 | 1100010 | 11100 | 0 | 110001 | 11001 | 1011110 | 101011 | 111001 |
Color Harmonies of #8AC062
Complementary color
Monochromatic Colors of #8AC062
Black with #8AC062
Text Example
Text Example
White with #8AC062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC062; }
p { color: rgb(138,192,98); }
H1.HeaderClassName
{
color: #8AC062;
}
.AnyTagClassName
{
color: #8AC062;
}
</style>
background-color css
<style>
a { background-color: #8AC062; }
a { background-color: rgb(138,192,98); }
div.DivClassName
{
background-color: #8AC062;
}
.BgClassName
{
background-color: #8AC062;
}
</style>
border-color css
<style>
span { border-color: #8AC062; }
span { border-color: rgb(138,192,98); }
td.TdClassName
{
border-color: #8AC062;
}
.TagClassName
{
border-color: #8AC062;
}
</style>