Shades of Mantis #8AF052
Tints of Mantis #8AF052
RGB
CMYK
RGB Variations
Color information
#8AF052 (or 0x8AF052) is known color: Mantis. HEX triplet: 8A, F0 and 52. RGB value is (138,240,82). Sum of RGB (Red+Green+Blue) = 138+240+82=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 82 (32.42% from 255 or 17.83% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF052 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF052 is #750FAD. Grayscale: #C0C0C0. Windows color (decimal): -7671726 or 5435530. OLE color: 5435530.
HSL color Cylindrical-coordinate representation of color #8AF052: hue angle of 98.73º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8AF052 is Cyan = 0.42, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 240 | 82 | - |
| CMYK | 0.42 | 0 | 0.66 | 0.06 |
| HSL | 98.73º | 0.84% | 0.63% | - |
| HSV(B) | 98.73º | 0.66% | 0.94% | - |
| XYZ | 43.16 | 68.33 | 18.9 | - |
| YUV | 191.49 | 66.21 | 89.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 240 | 82 | 0.42 | 0 | 0.66 | 0.06 | 98.73 | 0.84 | 0.63 |
| Hex | 8A | F0 | 52 | 2A | 0 | 42 | 6 | 63 | 54 | 3F |
| Octal | 212 | 360 | 122 | 52 | 0 | 102 | 6 | 143 | 124 | 77 |
| Binary | 10001010 | 11110000 | 1010010 | 101010 | 0 | 1000010 | 110 | 1100011 | 1010100 | 111111 |
Color Harmonies of #8AF052
Complementary color
Monochromatic Colors of #8AF052
Black with #8AF052
Text Example
Text Example
White with #8AF052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF052; }
p { color: rgb(138,240,82); }
H1.HeaderClassName
{
color: #8AF052;
}
.AnyTagClassName
{
color: #8AF052;
}
</style>
background-color css
<style>
a { background-color: #8AF052; }
a { background-color: rgb(138,240,82); }
div.DivClassName
{
background-color: #8AF052;
}
.BgClassName
{
background-color: #8AF052;
}
</style>
border-color css
<style>
span { border-color: #8AF052; }
span { border-color: rgb(138,240,82); }
td.TdClassName
{
border-color: #8AF052;
}
.TagClassName
{
border-color: #8AF052;
}
</style>