Shades of Mantis #8ABF68
Tints of Mantis #8ABF68
RGB
CMYK
RGB Variations
Color information
#8ABF68 (or 0x8ABF68) is known color: Mantis. HEX triplet: 8A, BF and 68. RGB value is (138,191,104). Sum of RGB (Red+Green+Blue) = 138+191+104=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 191 (75% from 255 or 44.11% from 433); Blue value is 104 (41.02% from 255 or 24.02% from 433); Max value from RGB is 191 - color contains mainly: green. Hex color #8ABF68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABF68 is #754097. Grayscale: #A5A5A5. Windows color (decimal): -7684248 or 6864778. OLE color: 6864778.
HSL color Cylindrical-coordinate representation of color #8ABF68: hue angle of 96.55º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ABF68 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 191 | 104 | - |
| CMYK | 0.28 | 0 | 0.46 | 0.25 |
| HSL | 96.55º | 0.4% | 0.58% | - |
| HSV(B) | 96.55º | 0.46% | 0.75% | - |
| XYZ | 31.61 | 43.66 | 19.86 | - |
| YUV | 165.24 | 93.44 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 191 | 104 | 0.28 | 0 | 0.46 | 0.25 | 96.55 | 0.4 | 0.58 |
| Hex | 8A | BF | 68 | 1C | 0 | 2E | 19 | 61 | 28 | 3A |
| Octal | 212 | 277 | 150 | 34 | 0 | 56 | 31 | 141 | 50 | 72 |
| Binary | 10001010 | 10111111 | 1101000 | 11100 | 0 | 101110 | 11001 | 1100001 | 101000 | 111010 |
Color Harmonies of #8ABF68
Complementary color
Monochromatic Colors of #8ABF68
Black with #8ABF68
Text Example
Text Example
White with #8ABF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABF68; }
p { color: rgb(138,191,104); }
H1.HeaderClassName
{
color: #8ABF68;
}
.AnyTagClassName
{
color: #8ABF68;
}
</style>
background-color css
<style>
a { background-color: #8ABF68; }
a { background-color: rgb(138,191,104); }
div.DivClassName
{
background-color: #8ABF68;
}
.BgClassName
{
background-color: #8ABF68;
}
</style>
border-color css
<style>
span { border-color: #8ABF68; }
span { border-color: rgb(138,191,104); }
td.TdClassName
{
border-color: #8ABF68;
}
.TagClassName
{
border-color: #8ABF68;
}
</style>