Shades of Mantis #8ABE75
Tints of Mantis #8ABE75
RGB
CMYK
RGB Variations
Color information
#8ABE75 (or 0x8ABE75) is known color: Mantis. HEX triplet: 8A, BE and 75. RGB value is (138,190,117). Sum of RGB (Red+Green+Blue) = 138+190+117=445 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.01% from 445); Green value is 190 (74.61% from 255 or 42.70% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 190 - color contains mainly: green. Hex color #8ABE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ABE75 is #75418A. Grayscale: #A6A6A6. Windows color (decimal): -7684491 or 7716490. OLE color: 7716490.
HSL color Cylindrical-coordinate representation of color #8ABE75: hue angle of 102.74º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8ABE75 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 190 | 117 | - |
| CMYK | 0.27 | 0 | 0.38 | 0.25 |
| HSL | 102.74º | 0.36% | 0.6% | - |
| HSV(B) | 102.74º | 0.38% | 0.75% | - |
| XYZ | 32.11 | 43.51 | 23.54 | - |
| YUV | 166.13 | 100.27 | 107.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 190 | 117 | 0.27 | 0 | 0.38 | 0.25 | 102.74 | 0.36 | 0.6 |
| Hex | 8A | BE | 75 | 1B | 0 | 26 | 19 | 67 | 24 | 3C |
| Octal | 212 | 276 | 165 | 33 | 0 | 46 | 31 | 147 | 44 | 74 |
| Binary | 10001010 | 10111110 | 1110101 | 11011 | 0 | 100110 | 11001 | 1100111 | 100100 | 111100 |
Color Harmonies of #8ABE75
Complementary color
Monochromatic Colors of #8ABE75
Black with #8ABE75
Text Example
Text Example
White with #8ABE75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ABE75; }
p { color: rgb(138,190,117); }
H1.HeaderClassName
{
color: #8ABE75;
}
.AnyTagClassName
{
color: #8ABE75;
}
</style>
background-color css
<style>
a { background-color: #8ABE75; }
a { background-color: rgb(138,190,117); }
div.DivClassName
{
background-color: #8ABE75;
}
.BgClassName
{
background-color: #8ABE75;
}
</style>
border-color css
<style>
span { border-color: #8ABE75; }
span { border-color: rgb(138,190,117); }
td.TdClassName
{
border-color: #8ABE75;
}
.TagClassName
{
border-color: #8ABE75;
}
</style>