Shades of Mantis #8AF059
Tints of Mantis #8AF059
RGB
CMYK
RGB Variations
Color information
#8AF059 (or 0x8AF059) is known color: Mantis. HEX triplet: 8A, F0 and 59. RGB value is (138,240,89). Sum of RGB (Red+Green+Blue) = 138+240+89=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 240 (94.14% from 255 or 51.39% from 467); Blue value is 89 (35.16% from 255 or 19.06% from 467); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF059 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF059 is #750FA6. Grayscale: #C0C0C0. Windows color (decimal): -7671719 or 5894282. OLE color: 5894282.
HSL color Cylindrical-coordinate representation of color #8AF059: hue angle of 100.53º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AF059 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 89 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.06 |
| HSL | 100.53º | 0.83% | 0.65% | - |
| HSV(B) | 100.53º | 0.63% | 0.94% | - |
| XYZ | 43.44 | 68.44 | 20.37 | - |
| YUV | 192.29 | 69.71 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 89 | 0.42 | 0 | 0.63 | 0.06 | 100.53 | 0.83 | 0.65 |
| Hex | 8A | F0 | 59 | 2A | 0 | 3F | 6 | 65 | 53 | 41 |
| Octal | 212 | 360 | 131 | 52 | 0 | 77 | 6 | 145 | 123 | 101 |
| Binary | 10001010 | 11110000 | 1011001 | 101010 | 0 | 111111 | 110 | 1100101 | 1010011 | 1000001 |
Color Harmonies of #8AF059
Complementary color
Monochromatic Colors of #8AF059
Black with #8AF059
Text Example
Text Example
White with #8AF059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF059; }
p { color: rgb(138,240,89); }
H1.HeaderClassName
{
color: #8AF059;
}
.AnyTagClassName
{
color: #8AF059;
}
</style>
background-color css
<style>
a { background-color: #8AF059; }
a { background-color: rgb(138,240,89); }
div.DivClassName
{
background-color: #8AF059;
}
.BgClassName
{
background-color: #8AF059;
}
</style>
border-color css
<style>
span { border-color: #8AF059; }
span { border-color: rgb(138,240,89); }
td.TdClassName
{
border-color: #8AF059;
}
.TagClassName
{
border-color: #8AF059;
}
</style>