Shades of Mantis #8AC265
Tints of Mantis #8AC265
RGB
CMYK
RGB Variations
Color information
#8AC265 (or 0x8AC265) is known color: Mantis. HEX triplet: 8A, C2 and 65. RGB value is (138,194,101). Sum of RGB (Red+Green+Blue) = 138+194+101=433 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.87% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 101 (39.84% from 255 or 23.33% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #8AC265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC265 is #753D9A. Grayscale: #A6A6A6. Windows color (decimal): -7683483 or 6668938. OLE color: 6668938.
HSL color Cylindrical-coordinate representation of color #8AC265: hue angle of 96.13º degrees, saturation: 0.43, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8AC265 is Cyan = 0.29, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 194 | 101 | - |
| CMYK | 0.29 | 0 | 0.48 | 0.24 |
| HSL | 96.13º | 0.43% | 0.58% | - |
| HSV(B) | 96.13º | 0.48% | 0.76% | - |
| XYZ | 32.12 | 44.93 | 19.29 | - |
| YUV | 166.65 | 90.95 | 107.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 194 | 101 | 0.29 | 0 | 0.48 | 0.24 | 96.13 | 0.43 | 0.58 |
| Hex | 8A | C2 | 65 | 1D | 0 | 30 | 18 | 60 | 2B | 3A |
| Octal | 212 | 302 | 145 | 35 | 0 | 60 | 30 | 140 | 53 | 72 |
| Binary | 10001010 | 11000010 | 1100101 | 11101 | 0 | 110000 | 11000 | 1100000 | 101011 | 111010 |
Color Harmonies of #8AC265
Complementary color
Monochromatic Colors of #8AC265
Black with #8AC265
Text Example
Text Example
White with #8AC265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC265; }
p { color: rgb(138,194,101); }
H1.HeaderClassName
{
color: #8AC265;
}
.AnyTagClassName
{
color: #8AC265;
}
</style>
background-color css
<style>
a { background-color: #8AC265; }
a { background-color: rgb(138,194,101); }
div.DivClassName
{
background-color: #8AC265;
}
.BgClassName
{
background-color: #8AC265;
}
</style>
border-color css
<style>
span { border-color: #8AC265; }
span { border-color: rgb(138,194,101); }
td.TdClassName
{
border-color: #8AC265;
}
.TagClassName
{
border-color: #8AC265;
}
</style>