Shades of Mantis #8AD25F
Tints of Mantis #8AD25F
RGB
CMYK
RGB Variations
Color information
#8AD25F (or 0x8AD25F) is known color: Mantis. HEX triplet: 8A, D2 and 5F. RGB value is (138,210,95). Sum of RGB (Red+Green+Blue) = 138+210+95=443 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.15% from 443); Green value is 210 (82.42% from 255 or 47.40% from 443); Blue value is 95 (37.5% from 255 or 21.44% from 443); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD25F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD25F is #752DA0. Grayscale: #AFAFAF. Windows color (decimal): -7679393 or 6279818. OLE color: 6279818.
HSL color Cylindrical-coordinate representation of color #8AD25F: hue angle of 97.57º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8AD25F is Cyan = 0.34, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 95 | - |
| CMYK | 0.34 | 0 | 0.55 | 0.18 |
| HSL | 97.57º | 0.56% | 0.6% | - |
| HSV(B) | 97.57º | 0.55% | 0.82% | - |
| XYZ | 35.59 | 52.32 | 19.05 | - |
| YUV | 175.36 | 82.65 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 95 | 0.34 | 0 | 0.55 | 0.18 | 97.57 | 0.56 | 0.6 |
| Hex | 8A | D2 | 5F | 22 | 0 | 37 | 12 | 62 | 38 | 3C |
| Octal | 212 | 322 | 137 | 42 | 0 | 67 | 22 | 142 | 70 | 74 |
| Binary | 10001010 | 11010010 | 1011111 | 100010 | 0 | 110111 | 10010 | 1100010 | 111000 | 111100 |
Color Harmonies of #8AD25F
Complementary color
Monochromatic Colors of #8AD25F
Black with #8AD25F
Text Example
Text Example
White with #8AD25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD25F; }
p { color: rgb(138,210,95); }
H1.HeaderClassName
{
color: #8AD25F;
}
.AnyTagClassName
{
color: #8AD25F;
}
</style>
background-color css
<style>
a { background-color: #8AD25F; }
a { background-color: rgb(138,210,95); }
div.DivClassName
{
background-color: #8AD25F;
}
.BgClassName
{
background-color: #8AD25F;
}
</style>
border-color css
<style>
span { border-color: #8AD25F; }
span { border-color: rgb(138,210,95); }
td.TdClassName
{
border-color: #8AD25F;
}
.TagClassName
{
border-color: #8AD25F;
}
</style>