Shades of Mantis #8ABC66
Tints of Mantis #8ABC66
RGB
CMYK
RGB Variations
Color information
#8ABC66 (or 0x8ABC66) is known color: Mantis. HEX triplet: 8A, BC and 66. RGB value is (138,188,102). Sum of RGB (Red+Green+Blue) = 138+188+102=428 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.24% from 428); Green value is 188 (73.83% from 255 or 43.93% from 428); Blue value is 102 (40.23% from 255 or 23.83% from 428); Max value from RGB is 188 - color contains mainly: green. Hex color #8ABC66 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABC66 is #754399. Grayscale: #A3A3A3. Windows color (decimal): -7685018 or 6732938. OLE color: 6732938.
HSL color Cylindrical-coordinate representation of color #8ABC66: hue angle of 94.88º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ABC66 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 188 | 102 | - |
| CMYK | 0.27 | 0 | 0.46 | 0.26 |
| HSL | 94.88º | 0.39% | 0.57% | - |
| HSV(B) | 94.88º | 0.46% | 0.74% | - |
| XYZ | 30.86 | 42.33 | 19.11 | - |
| YUV | 163.25 | 93.44 | 109.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 188 | 102 | 0.27 | 0 | 0.46 | 0.26 | 94.88 | 0.39 | 0.57 |
| Hex | 8A | BC | 66 | 1B | 0 | 2E | 1A | 5F | 27 | 39 |
| Octal | 212 | 274 | 146 | 33 | 0 | 56 | 32 | 137 | 47 | 71 |
| Binary | 10001010 | 10111100 | 1100110 | 11011 | 0 | 101110 | 11010 | 1011111 | 100111 | 111001 |
Color Harmonies of #8ABC66
Complementary color
Monochromatic Colors of #8ABC66
Black with #8ABC66
Text Example
Text Example
White with #8ABC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABC66; }
p { color: rgb(138,188,102); }
H1.HeaderClassName
{
color: #8ABC66;
}
.AnyTagClassName
{
color: #8ABC66;
}
</style>
background-color css
<style>
a { background-color: #8ABC66; }
a { background-color: rgb(138,188,102); }
div.DivClassName
{
background-color: #8ABC66;
}
.BgClassName
{
background-color: #8ABC66;
}
</style>
border-color css
<style>
span { border-color: #8ABC66; }
span { border-color: rgb(138,188,102); }
td.TdClassName
{
border-color: #8ABC66;
}
.TagClassName
{
border-color: #8ABC66;
}
</style>