Shades of Mantis #8AC173
Tints of Mantis #8AC173
RGB
CMYK
RGB Variations
Color information
#8AC173 (or 0x8AC173) is known color: Mantis. HEX triplet: 8A, C1 and 73. RGB value is (138,193,115). Sum of RGB (Red+Green+Blue) = 138+193+115=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 193 (75.78% from 255 or 43.27% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC173 is #753E8C. Grayscale: #A7A7A7. Windows color (decimal): -7683725 or 7586186. OLE color: 7586186.
HSL color Cylindrical-coordinate representation of color #8AC173: hue angle of 102.31º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AC173 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 115 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.24 |
| HSL | 102.31º | 0.39% | 0.6% | - |
| HSV(B) | 102.31º | 0.4% | 0.76% | - |
| XYZ | 32.65 | 44.78 | 23.14 | - |
| YUV | 167.66 | 98.28 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 115 | 0.28 | 0 | 0.40 | 0.24 | 102.31 | 0.39 | 0.6 |
| Hex | 8A | C1 | 73 | 1C | 0 | 28 | 18 | 66 | 27 | 3C |
| Octal | 212 | 301 | 163 | 34 | 0 | 50 | 30 | 146 | 47 | 74 |
| Binary | 10001010 | 11000001 | 1110011 | 11100 | 0 | 101000 | 11000 | 1100110 | 100111 | 111100 |
Color Harmonies of #8AC173
Complementary color
Monochromatic Colors of #8AC173
Black with #8AC173
Text Example
Text Example
White with #8AC173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC173; }
p { color: rgb(138,193,115); }
H1.HeaderClassName
{
color: #8AC173;
}
.AnyTagClassName
{
color: #8AC173;
}
</style>
background-color css
<style>
a { background-color: #8AC173; }
a { background-color: rgb(138,193,115); }
div.DivClassName
{
background-color: #8AC173;
}
.BgClassName
{
background-color: #8AC173;
}
</style>
border-color css
<style>
span { border-color: #8AC173; }
span { border-color: rgb(138,193,115); }
td.TdClassName
{
border-color: #8AC173;
}
.TagClassName
{
border-color: #8AC173;
}
</style>