Shades of Mantis #8AEB5C
Tints of Mantis #8AEB5C
RGB
CMYK
RGB Variations
Color information
#8AEB5C (or 0x8AEB5C) is known color: Mantis. HEX triplet: 8A, EB and 5C. RGB value is (138,235,92). Sum of RGB (Red+Green+Blue) = 138+235+92=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 235 (92.19% from 255 or 50.54% from 465); Blue value is 92 (36.33% from 255 or 19.78% from 465); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEB5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEB5C is #7514A3. Grayscale: #BEBEBE. Windows color (decimal): -7672996 or 6089610. OLE color: 6089610.
HSL color Cylindrical-coordinate representation of color #8AEB5C: hue angle of 100.7º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8AEB5C is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 235 | 92 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.08 |
| HSL | 100.7º | 0.78% | 0.64% | - |
| HSV(B) | 100.7º | 0.61% | 0.92% | - |
| XYZ | 42.12 | 65.59 | 20.57 | - |
| YUV | 189.7 | 72.86 | 91.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 235 | 92 | 0.41 | 0 | 0.61 | 0.08 | 100.7 | 0.78 | 0.64 |
| Hex | 8A | EB | 5C | 29 | 0 | 3D | 8 | 65 | 4E | 40 |
| Octal | 212 | 353 | 134 | 51 | 0 | 75 | 10 | 145 | 116 | 100 |
| Binary | 10001010 | 11101011 | 1011100 | 101001 | 0 | 111101 | 1000 | 1100101 | 1001110 | 1000000 |
Color Harmonies of #8AEB5C
Complementary color
Monochromatic Colors of #8AEB5C
Black with #8AEB5C
Text Example
Text Example
White with #8AEB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEB5C; }
p { color: rgb(138,235,92); }
H1.HeaderClassName
{
color: #8AEB5C;
}
.AnyTagClassName
{
color: #8AEB5C;
}
</style>
background-color css
<style>
a { background-color: #8AEB5C; }
a { background-color: rgb(138,235,92); }
div.DivClassName
{
background-color: #8AEB5C;
}
.BgClassName
{
background-color: #8AEB5C;
}
</style>
border-color css
<style>
span { border-color: #8AEB5C; }
span { border-color: rgb(138,235,92); }
td.TdClassName
{
border-color: #8AEB5C;
}
.TagClassName
{
border-color: #8AEB5C;
}
</style>