Shades of Mantis #8ACD6D
Tints of Mantis #8ACD6D
RGB
CMYK
RGB Variations
Color information
#8ACD6D (or 0x8ACD6D) is known color: Mantis. HEX triplet: 8A, CD and 6D. RGB value is (138,205,109). Sum of RGB (Red+Green+Blue) = 138+205+109=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD6D is #753292. Grayscale: #AEAEAE. Windows color (decimal): -7680659 or 7196042. OLE color: 7196042.
HSL color Cylindrical-coordinate representation of color #8ACD6D: hue angle of 101.88º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8ACD6D is Cyan = 0.33, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 109 | - |
| CMYK | 0.33 | 0 | 0.47 | 0.20 |
| HSL | 101.88º | 0.49% | 0.62% | - |
| HSV(B) | 101.88º | 0.47% | 0.8% | - |
| XYZ | 35.07 | 50.17 | 22.3 | - |
| YUV | 174.02 | 91.3 | 102.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 109 | 0.33 | 0 | 0.47 | 0.20 | 101.88 | 0.49 | 0.62 |
| Hex | 8A | CD | 6D | 21 | 0 | 2F | 14 | 66 | 31 | 3E |
| Octal | 212 | 315 | 155 | 41 | 0 | 57 | 24 | 146 | 61 | 76 |
| Binary | 10001010 | 11001101 | 1101101 | 100001 | 0 | 101111 | 10100 | 1100110 | 110001 | 111110 |
Color Harmonies of #8ACD6D
Complementary color
Monochromatic Colors of #8ACD6D
Black with #8ACD6D
Text Example
Text Example
White with #8ACD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD6D; }
p { color: rgb(138,205,109); }
H1.HeaderClassName
{
color: #8ACD6D;
}
.AnyTagClassName
{
color: #8ACD6D;
}
</style>
background-color css
<style>
a { background-color: #8ACD6D; }
a { background-color: rgb(138,205,109); }
div.DivClassName
{
background-color: #8ACD6D;
}
.BgClassName
{
background-color: #8ACD6D;
}
</style>
border-color css
<style>
span { border-color: #8ACD6D; }
span { border-color: rgb(138,205,109); }
td.TdClassName
{
border-color: #8ACD6D;
}
.TagClassName
{
border-color: #8ACD6D;
}
</style>