Shades of Mantis #8ADA4F
Tints of Mantis #8ADA4F
RGB
CMYK
RGB Variations
Color information
#8ADA4F (or 0x8ADA4F) is known color: Mantis. HEX triplet: 8A, DA and 4F. RGB value is (138,218,79). Sum of RGB (Red+Green+Blue) = 138+218+79=435 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.72% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADA4F is #7525B0. Grayscale: #B2B2B2. Windows color (decimal): -7677361 or 5233290. OLE color: 5233290.
HSL color Cylindrical-coordinate representation of color #8ADA4F: hue angle of 94.53º degrees, saturation: 0.65, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8ADA4F is Cyan = 0.37, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 79 | - |
| CMYK | 0.37 | 0 | 0.64 | 0.15 |
| HSL | 94.53º | 0.65% | 0.58% | - |
| HSV(B) | 94.53º | 0.64% | 0.85% | - |
| XYZ | 36.96 | 56.11 | 16.28 | - |
| YUV | 178.23 | 72 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 79 | 0.37 | 0 | 0.64 | 0.15 | 94.53 | 0.65 | 0.58 |
| Hex | 8A | DA | 4F | 25 | 0 | 40 | F | 5F | 41 | 3A |
| Octal | 212 | 332 | 117 | 45 | 0 | 100 | 17 | 137 | 101 | 72 |
| Binary | 10001010 | 11011010 | 1001111 | 100101 | 0 | 1000000 | 1111 | 1011111 | 1000001 | 111010 |
Color Harmonies of #8ADA4F
Complementary color
Monochromatic Colors of #8ADA4F
Black with #8ADA4F
Text Example
Text Example
White with #8ADA4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADA4F; }
p { color: rgb(138,218,79); }
H1.HeaderClassName
{
color: #8ADA4F;
}
.AnyTagClassName
{
color: #8ADA4F;
}
</style>
background-color css
<style>
a { background-color: #8ADA4F; }
a { background-color: rgb(138,218,79); }
div.DivClassName
{
background-color: #8ADA4F;
}
.BgClassName
{
background-color: #8ADA4F;
}
</style>
border-color css
<style>
span { border-color: #8ADA4F; }
span { border-color: rgb(138,218,79); }
td.TdClassName
{
border-color: #8ADA4F;
}
.TagClassName
{
border-color: #8ADA4F;
}
</style>