Shades of Mantis #8ACF59
Tints of Mantis #8ACF59
RGB
CMYK
RGB Variations
Color information
#8ACF59 (or 0x8ACF59) is known color: Mantis. HEX triplet: 8A, CF and 59. RGB value is (138,207,89). Sum of RGB (Red+Green+Blue) = 138+207+89=434 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.80% from 434); Green value is 207 (81.25% from 255 or 47.70% from 434); Blue value is 89 (35.16% from 255 or 20.51% from 434); Max value from RGB is 207 - color contains mainly: green. Hex color #8ACF59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ACF59 is #7530A6. Grayscale: #ADADAD. Windows color (decimal): -7680167 or 5885834. OLE color: 5885834.
HSL color Cylindrical-coordinate representation of color #8ACF59: hue angle of 95.08º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8ACF59 is Cyan = 0.33, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 207 | 89 | - |
| CMYK | 0.33 | 0 | 0.57 | 0.19 |
| HSL | 95.08º | 0.55% | 0.58% | - |
| HSV(B) | 95.08º | 0.57% | 0.81% | - |
| XYZ | 34.6 | 50.75 | 17.42 | - |
| YUV | 172.92 | 80.64 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 207 | 89 | 0.33 | 0 | 0.57 | 0.19 | 95.08 | 0.55 | 0.58 |
| Hex | 8A | CF | 59 | 21 | 0 | 39 | 13 | 5F | 37 | 3A |
| Octal | 212 | 317 | 131 | 41 | 0 | 71 | 23 | 137 | 67 | 72 |
| Binary | 10001010 | 11001111 | 1011001 | 100001 | 0 | 111001 | 10011 | 1011111 | 110111 | 111010 |
Color Harmonies of #8ACF59
Complementary color
Monochromatic Colors of #8ACF59
Black with #8ACF59
Text Example
Text Example
White with #8ACF59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACF59; }
p { color: rgb(138,207,89); }
H1.HeaderClassName
{
color: #8ACF59;
}
.AnyTagClassName
{
color: #8ACF59;
}
</style>
background-color css
<style>
a { background-color: #8ACF59; }
a { background-color: rgb(138,207,89); }
div.DivClassName
{
background-color: #8ACF59;
}
.BgClassName
{
background-color: #8ACF59;
}
</style>
border-color css
<style>
span { border-color: #8ACF59; }
span { border-color: rgb(138,207,89); }
td.TdClassName
{
border-color: #8ACF59;
}
.TagClassName
{
border-color: #8ACF59;
}
</style>