Shades of Mantis #8ADA68
Tints of Mantis #8ADA68
RGB
CMYK
RGB Variations
Color information
#8ADA68 (or 0x8ADA68) is known color: Mantis. HEX triplet: 8A, DA and 68. RGB value is (138,218,104). Sum of RGB (Red+Green+Blue) = 138+218+104=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 104 (41.02% from 255 or 22.61% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADA68 is #752597. Grayscale: #B5B5B5. Windows color (decimal): -7677336 or 6871690. OLE color: 6871690.
HSL color Cylindrical-coordinate representation of color #8ADA68: hue angle of 102.11º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8ADA68 is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 104 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.15 |
| HSL | 102.11º | 0.61% | 0.63% | - |
| HSV(B) | 102.11º | 0.52% | 0.85% | - |
| XYZ | 38.05 | 56.55 | 22.01 | - |
| YUV | 181.08 | 84.5 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 104 | 0.37 | 0 | 0.52 | 0.15 | 102.11 | 0.61 | 0.63 |
| Hex | 8A | DA | 68 | 25 | 0 | 34 | F | 66 | 3D | 3F |
| Octal | 212 | 332 | 150 | 45 | 0 | 64 | 17 | 146 | 75 | 77 |
| Binary | 10001010 | 11011010 | 1101000 | 100101 | 0 | 110100 | 1111 | 1100110 | 111101 | 111111 |
Color Harmonies of #8ADA68
Complementary color
Monochromatic Colors of #8ADA68
Black with #8ADA68
Text Example
Text Example
White with #8ADA68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADA68; }
p { color: rgb(138,218,104); }
H1.HeaderClassName
{
color: #8ADA68;
}
.AnyTagClassName
{
color: #8ADA68;
}
</style>
background-color css
<style>
a { background-color: #8ADA68; }
a { background-color: rgb(138,218,104); }
div.DivClassName
{
background-color: #8ADA68;
}
.BgClassName
{
background-color: #8ADA68;
}
</style>
border-color css
<style>
span { border-color: #8ADA68; }
span { border-color: rgb(138,218,104); }
td.TdClassName
{
border-color: #8ADA68;
}
.TagClassName
{
border-color: #8ADA68;
}
</style>