Shades of Mantis #8AD568
Tints of Mantis #8AD568
RGB
CMYK
RGB Variations
Color information
#8AD568 (or 0x8AD568) is known color: Mantis. HEX triplet: 8A, D5 and 68. RGB value is (138,213,104). Sum of RGB (Red+Green+Blue) = 138+213+104=455 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.33% from 455); Green value is 213 (83.59% from 255 or 46.81% from 455); Blue value is 104 (41.02% from 255 or 22.86% from 455); Max value from RGB is 213 - color contains mainly: green. Hex color #8AD568 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD568 is #752A97. Grayscale: #B2B2B2. Windows color (decimal): -7678616 or 6870410. OLE color: 6870410.
HSL color Cylindrical-coordinate representation of color #8AD568: hue angle of 101.28º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AD568 is Cyan = 0.35, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 213 | 104 | - |
| CMYK | 0.35 | 0 | 0.51 | 0.16 |
| HSL | 101.28º | 0.56% | 0.62% | - |
| HSV(B) | 101.28º | 0.51% | 0.84% | - |
| XYZ | 36.77 | 53.99 | 21.58 | - |
| YUV | 178.15 | 86.15 | 99.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 213 | 104 | 0.35 | 0 | 0.51 | 0.16 | 101.28 | 0.56 | 0.62 |
| Hex | 8A | D5 | 68 | 23 | 0 | 33 | 10 | 65 | 38 | 3E |
| Octal | 212 | 325 | 150 | 43 | 0 | 63 | 20 | 145 | 70 | 76 |
| Binary | 10001010 | 11010101 | 1101000 | 100011 | 0 | 110011 | 10000 | 1100101 | 111000 | 111110 |
Color Harmonies of #8AD568
Complementary color
Monochromatic Colors of #8AD568
Black with #8AD568
Text Example
Text Example
White with #8AD568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD568; }
p { color: rgb(138,213,104); }
H1.HeaderClassName
{
color: #8AD568;
}
.AnyTagClassName
{
color: #8AD568;
}
</style>
background-color css
<style>
a { background-color: #8AD568; }
a { background-color: rgb(138,213,104); }
div.DivClassName
{
background-color: #8AD568;
}
.BgClassName
{
background-color: #8AD568;
}
</style>
border-color css
<style>
span { border-color: #8AD568; }
span { border-color: rgb(138,213,104); }
td.TdClassName
{
border-color: #8AD568;
}
.TagClassName
{
border-color: #8AD568;
}
</style>