Shades of Mantis #8ACF6F
Tints of Mantis #8ACF6F
RGB
CMYK
RGB Variations
Color information
#8ACF6F (or 0x8ACF6F) is known color: Mantis. HEX triplet: 8A, CF and 6F. RGB value is (138,207,111). Sum of RGB (Red+Green+Blue) = 138+207+111=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 111 (43.75% from 255 or 24.34% from 456); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF6F is #753090. Grayscale: #AFAFAF. Windows color (decimal): -7680145 or 7327626. OLE color: 7327626.
HSL color Cylindrical-coordinate representation of color #8ACF6F: hue angle of 103.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ACF6F is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 111 | - |
| CMYK | 0.33 | 0 | 0.46 | 0.19 |
| HSL | 103.13º | 0.5% | 0.62% | - |
| HSV(B) | 103.13º | 0.46% | 0.81% | - |
| XYZ | 35.66 | 51.18 | 23.04 | - |
| YUV | 175.43 | 91.64 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 111 | 0.33 | 0 | 0.46 | 0.19 | 103.13 | 0.5 | 0.62 |
| Hex | 8A | CF | 6F | 21 | 0 | 2E | 13 | 67 | 32 | 3E |
| Octal | 212 | 317 | 157 | 41 | 0 | 56 | 23 | 147 | 62 | 76 |
| Binary | 10001010 | 11001111 | 1101111 | 100001 | 0 | 101110 | 10011 | 1100111 | 110010 | 111110 |
Color Harmonies of #8ACF6F
Complementary color
Monochromatic Colors of #8ACF6F
Black with #8ACF6F
Text Example
Text Example
White with #8ACF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF6F; }
p { color: rgb(138,207,111); }
H1.HeaderClassName
{
color: #8ACF6F;
}
.AnyTagClassName
{
color: #8ACF6F;
}
</style>
background-color css
<style>
a { background-color: #8ACF6F; }
a { background-color: rgb(138,207,111); }
div.DivClassName
{
background-color: #8ACF6F;
}
.BgClassName
{
background-color: #8ACF6F;
}
</style>
border-color css
<style>
span { border-color: #8ACF6F; }
span { border-color: rgb(138,207,111); }
td.TdClassName
{
border-color: #8ACF6F;
}
.TagClassName
{
border-color: #8ACF6F;
}
</style>