Shades of Mantis #8AF058
Tints of Mantis #8AF058
RGB
CMYK
RGB Variations
Color information
#8AF058 (or 0x8AF058) is known color: Mantis. HEX triplet: 8A, F0 and 58. RGB value is (138,240,88). Sum of RGB (Red+Green+Blue) = 138+240+88=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 240 (94.14% from 255 or 51.50% from 466); Blue value is 88 (34.77% from 255 or 18.88% from 466); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF058 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF058 is #750FA7. Grayscale: #C0C0C0. Windows color (decimal): -7671720 or 5828746. OLE color: 5828746.
HSL color Cylindrical-coordinate representation of color #8AF058: hue angle of 100.26º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8AF058 is Cyan = 0.42, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 88 | - |
| CMYK | 0.42 | 0 | 0.63 | 0.06 |
| HSL | 100.26º | 0.84% | 0.64% | - |
| HSV(B) | 100.26º | 0.63% | 0.94% | - |
| XYZ | 43.4 | 68.43 | 20.15 | - |
| YUV | 192.17 | 69.21 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 88 | 0.42 | 0 | 0.63 | 0.06 | 100.26 | 0.84 | 0.64 |
| Hex | 8A | F0 | 58 | 2A | 0 | 3F | 6 | 64 | 54 | 40 |
| Octal | 212 | 360 | 130 | 52 | 0 | 77 | 6 | 144 | 124 | 100 |
| Binary | 10001010 | 11110000 | 1011000 | 101010 | 0 | 111111 | 110 | 1100100 | 1010100 | 1000000 |
Color Harmonies of #8AF058
Complementary color
Monochromatic Colors of #8AF058
Black with #8AF058
Text Example
Text Example
White with #8AF058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF058; }
p { color: rgb(138,240,88); }
H1.HeaderClassName
{
color: #8AF058;
}
.AnyTagClassName
{
color: #8AF058;
}
</style>
background-color css
<style>
a { background-color: #8AF058; }
a { background-color: rgb(138,240,88); }
div.DivClassName
{
background-color: #8AF058;
}
.BgClassName
{
background-color: #8AF058;
}
</style>
border-color css
<style>
span { border-color: #8AF058; }
span { border-color: rgb(138,240,88); }
td.TdClassName
{
border-color: #8AF058;
}
.TagClassName
{
border-color: #8AF058;
}
</style>