Shades of Mantis #8ACD4F
Tints of Mantis #8ACD4F
RGB
CMYK
RGB Variations
Color information
#8ACD4F (or 0x8ACD4F) is known color: Mantis. HEX triplet: 8A, CD and 4F. RGB value is (138,205,79). Sum of RGB (Red+Green+Blue) = 138+205+79=422 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.70% from 422); Green value is 205 (80.47% from 255 or 48.58% from 422); Blue value is 79 (31.25% from 255 or 18.72% from 422); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD4F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACD4F is #7532B0. Grayscale: #ABABAB. Windows color (decimal): -7680689 or 5229962. OLE color: 5229962.
HSL color Cylindrical-coordinate representation of color #8ACD4F: hue angle of 91.9º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8ACD4F is Cyan = 0.33, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 79 | - |
| CMYK | 0.33 | 0 | 0.61 | 0.20 |
| HSL | 91.9º | 0.56% | 0.56% | - |
| HSV(B) | 91.9º | 0.61% | 0.8% | - |
| XYZ | 33.72 | 49.63 | 15.2 | - |
| YUV | 170.6 | 76.3 | 104.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 79 | 0.33 | 0 | 0.61 | 0.20 | 91.9 | 0.56 | 0.56 |
| Hex | 8A | CD | 4F | 21 | 0 | 3D | 14 | 5C | 38 | 38 |
| Octal | 212 | 315 | 117 | 41 | 0 | 75 | 24 | 134 | 70 | 70 |
| Binary | 10001010 | 11001101 | 1001111 | 100001 | 0 | 111101 | 10100 | 1011100 | 111000 | 111000 |
Color Harmonies of #8ACD4F
Complementary color
Monochromatic Colors of #8ACD4F
Black with #8ACD4F
Text Example
Text Example
White with #8ACD4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD4F; }
p { color: rgb(138,205,79); }
H1.HeaderClassName
{
color: #8ACD4F;
}
.AnyTagClassName
{
color: #8ACD4F;
}
</style>
background-color css
<style>
a { background-color: #8ACD4F; }
a { background-color: rgb(138,205,79); }
div.DivClassName
{
background-color: #8ACD4F;
}
.BgClassName
{
background-color: #8ACD4F;
}
</style>
border-color css
<style>
span { border-color: #8ACD4F; }
span { border-color: rgb(138,205,79); }
td.TdClassName
{
border-color: #8ACD4F;
}
.TagClassName
{
border-color: #8ACD4F;
}
</style>