Shades of Mantis #8AF054
Tints of Mantis #8AF054
RGB
CMYK
RGB Variations
Color information
#8AF054 (or 0x8AF054) is known color: Mantis. HEX triplet: 8A, F0 and 54. RGB value is (138,240,84). Sum of RGB (Red+Green+Blue) = 138+240+84=462 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.87% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 84 (33.20% from 255 or 18.18% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF054 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF054 is #750FAB. Grayscale: #C0C0C0. Windows color (decimal): -7671724 or 5566602. OLE color: 5566602.
HSL color Cylindrical-coordinate representation of color #8AF054: hue angle of 99.23º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8AF054 is Cyan = 0.42, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 84 | - |
| CMYK | 0.42 | 0 | 0.65 | 0.06 |
| HSL | 99.23º | 0.84% | 0.64% | - |
| HSV(B) | 99.23º | 0.65% | 0.94% | - |
| XYZ | 43.24 | 68.36 | 19.3 | - |
| YUV | 191.72 | 67.21 | 89.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 84 | 0.42 | 0 | 0.65 | 0.06 | 99.23 | 0.84 | 0.64 |
| Hex | 8A | F0 | 54 | 2A | 0 | 41 | 6 | 63 | 54 | 40 |
| Octal | 212 | 360 | 124 | 52 | 0 | 101 | 6 | 143 | 124 | 100 |
| Binary | 10001010 | 11110000 | 1010100 | 101010 | 0 | 1000001 | 110 | 1100011 | 1010100 | 1000000 |
Color Harmonies of #8AF054
Complementary color
Monochromatic Colors of #8AF054
Black with #8AF054
Text Example
Text Example
White with #8AF054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF054; }
p { color: rgb(138,240,84); }
H1.HeaderClassName
{
color: #8AF054;
}
.AnyTagClassName
{
color: #8AF054;
}
</style>
background-color css
<style>
a { background-color: #8AF054; }
a { background-color: rgb(138,240,84); }
div.DivClassName
{
background-color: #8AF054;
}
.BgClassName
{
background-color: #8AF054;
}
</style>
border-color css
<style>
span { border-color: #8AF054; }
span { border-color: rgb(138,240,84); }
td.TdClassName
{
border-color: #8AF054;
}
.TagClassName
{
border-color: #8AF054;
}
</style>