Shades of Mantis #8ADE68
Tints of Mantis #8ADE68
RGB
CMYK
RGB Variations
Color information
#8ADE68 (or 0x8ADE68) is known color: Mantis. HEX triplet: 8A, DE and 68. RGB value is (138,222,104). Sum of RGB (Red+Green+Blue) = 138+222+104=464 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.74% from 464); Green value is 222 (87.11% from 255 or 47.84% from 464); Blue value is 104 (41.02% from 255 or 22.41% from 464); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE68 is #752197. Grayscale: #B7B7B7. Windows color (decimal): -7676312 or 6872714. OLE color: 6872714.
HSL color Cylindrical-coordinate representation of color #8ADE68: hue angle of 102.71º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8ADE68 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 104 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.13 |
| HSL | 102.71º | 0.64% | 0.64% | - |
| HSV(B) | 102.71º | 0.53% | 0.87% | - |
| XYZ | 39.1 | 58.65 | 22.36 | - |
| YUV | 183.43 | 83.17 | 95.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 104 | 0.38 | 0 | 0.53 | 0.13 | 102.71 | 0.64 | 0.64 |
| Hex | 8A | DE | 68 | 26 | 0 | 35 | D | 67 | 40 | 40 |
| Octal | 212 | 336 | 150 | 46 | 0 | 65 | 15 | 147 | 100 | 100 |
| Binary | 10001010 | 11011110 | 1101000 | 100110 | 0 | 110101 | 1101 | 1100111 | 1000000 | 1000000 |
Color Harmonies of #8ADE68
Complementary color
Monochromatic Colors of #8ADE68
Black with #8ADE68
Text Example
Text Example
White with #8ADE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE68; }
p { color: rgb(138,222,104); }
H1.HeaderClassName
{
color: #8ADE68;
}
.AnyTagClassName
{
color: #8ADE68;
}
</style>
background-color css
<style>
a { background-color: #8ADE68; }
a { background-color: rgb(138,222,104); }
div.DivClassName
{
background-color: #8ADE68;
}
.BgClassName
{
background-color: #8ADE68;
}
</style>
border-color css
<style>
span { border-color: #8ADE68; }
span { border-color: rgb(138,222,104); }
td.TdClassName
{
border-color: #8ADE68;
}
.TagClassName
{
border-color: #8ADE68;
}
</style>