Shades of Mantis #8ABC6B
Tints of Mantis #8ABC6B
RGB
CMYK
RGB Variations
Color information
#8ABC6B (or 0x8ABC6B) is known color: Mantis. HEX triplet: 8A, BC and 6B. RGB value is (138,188,107). Sum of RGB (Red+Green+Blue) = 138+188+107=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC6B is #754394. Grayscale: #A4A4A4. Windows color (decimal): -7685013 or 7060618. OLE color: 7060618.
HSL color Cylindrical-coordinate representation of color #8ABC6B: hue angle of 97.04º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ABC6B is Cyan = 0.27, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 107 | - |
| CMYK | 0.27 | 0 | 0.43 | 0.26 |
| HSL | 97.04º | 0.38% | 0.58% | - |
| HSV(B) | 97.04º | 0.43% | 0.74% | - |
| XYZ | 31.12 | 42.43 | 20.46 | - |
| YUV | 163.82 | 95.94 | 109.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 107 | 0.27 | 0 | 0.43 | 0.26 | 97.04 | 0.38 | 0.58 |
| Hex | 8A | BC | 6B | 1B | 0 | 2B | 1A | 61 | 26 | 3A |
| Octal | 212 | 274 | 153 | 33 | 0 | 53 | 32 | 141 | 46 | 72 |
| Binary | 10001010 | 10111100 | 1101011 | 11011 | 0 | 101011 | 11010 | 1100001 | 100110 | 111010 |
Color Harmonies of #8ABC6B
Complementary color
Monochromatic Colors of #8ABC6B
Black with #8ABC6B
Text Example
Text Example
White with #8ABC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC6B; }
p { color: rgb(138,188,107); }
H1.HeaderClassName
{
color: #8ABC6B;
}
.AnyTagClassName
{
color: #8ABC6B;
}
</style>
background-color css
<style>
a { background-color: #8ABC6B; }
a { background-color: rgb(138,188,107); }
div.DivClassName
{
background-color: #8ABC6B;
}
.BgClassName
{
background-color: #8ABC6B;
}
</style>
border-color css
<style>
span { border-color: #8ABC6B; }
span { border-color: rgb(138,188,107); }
td.TdClassName
{
border-color: #8ABC6B;
}
.TagClassName
{
border-color: #8ABC6B;
}
</style>