Shades of Mantis #8AC373
Tints of Mantis #8AC373
RGB
CMYK
RGB Variations
Color information
#8AC373 (or 0x8AC373) is known color: Mantis. HEX triplet: 8A, C3 and 73. RGB value is (138,195,115). Sum of RGB (Red+Green+Blue) = 138+195+115=448 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.80% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 115 (45.31% from 255 or 25.67% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #8AC373 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC373 is #753C8C. Grayscale: #A9A9A9. Windows color (decimal): -7683213 or 7586698. OLE color: 7586698.
HSL color Cylindrical-coordinate representation of color #8AC373: hue angle of 102.75º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8AC373 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 195 | 115 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.24 |
| HSL | 102.75º | 0.4% | 0.61% | - |
| HSV(B) | 102.75º | 0.41% | 0.76% | - |
| XYZ | 33.09 | 45.67 | 23.29 | - |
| YUV | 168.84 | 97.62 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 195 | 115 | 0.29 | 0 | 0.41 | 0.24 | 102.75 | 0.4 | 0.61 |
| Hex | 8A | C3 | 73 | 1D | 0 | 29 | 18 | 67 | 28 | 3D |
| Octal | 212 | 303 | 163 | 35 | 0 | 51 | 30 | 147 | 50 | 75 |
| Binary | 10001010 | 11000011 | 1110011 | 11101 | 0 | 101001 | 11000 | 1100111 | 101000 | 111101 |
Color Harmonies of #8AC373
Complementary color
Monochromatic Colors of #8AC373
Black with #8AC373
Text Example
Text Example
White with #8AC373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC373; }
p { color: rgb(138,195,115); }
H1.HeaderClassName
{
color: #8AC373;
}
.AnyTagClassName
{
color: #8AC373;
}
</style>
background-color css
<style>
a { background-color: #8AC373; }
a { background-color: rgb(138,195,115); }
div.DivClassName
{
background-color: #8AC373;
}
.BgClassName
{
background-color: #8AC373;
}
</style>
border-color css
<style>
span { border-color: #8AC373; }
span { border-color: rgb(138,195,115); }
td.TdClassName
{
border-color: #8AC373;
}
.TagClassName
{
border-color: #8AC373;
}
</style>