Shades of Mantis #8AC074
Tints of Mantis #8AC074
RGB
CMYK
RGB Variations
Color information
#8AC074 (or 0x8AC074) is known color: Mantis. HEX triplet: 8A, C0 and 74. RGB value is (138,192,116). Sum of RGB (Red+Green+Blue) = 138+192+116=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 192 (75.39% from 255 or 43.05% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 192 - color contains mainly: green. Hex color #8AC074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AC074 is #753F8B. Grayscale: #A7A7A7. Windows color (decimal): -7683980 or 7651466. OLE color: 7651466.
HSL color Cylindrical-coordinate representation of color #8AC074: hue angle of 102.63º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AC074 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 138 | 192 | 116 | - |
| CMYK | 0.28 | 0 | 0.40 | 0.25 |
| HSL | 102.63º | 0.38% | 0.6% | - |
| HSV(B) | 102.63º | 0.4% | 0.75% | - |
| XYZ | 32.48 | 44.36 | 23.37 | - |
| YUV | 167.19 | 99.11 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 192 | 116 | 0.28 | 0 | 0.40 | 0.25 | 102.63 | 0.38 | 0.6 |
| Hex | 8A | C0 | 74 | 1C | 0 | 28 | 19 | 67 | 26 | 3C |
| Octal | 212 | 300 | 164 | 34 | 0 | 50 | 31 | 147 | 46 | 74 |
| Binary | 10001010 | 11000000 | 1110100 | 11100 | 0 | 101000 | 11001 | 1100111 | 100110 | 111100 |
Color Harmonies of #8AC074
Complementary color
Monochromatic Colors of #8AC074
Black with #8AC074
Text Example
Text Example
White with #8AC074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC074; }
p { color: rgb(138,192,116); }
H1.HeaderClassName
{
color: #8AC074;
}
.AnyTagClassName
{
color: #8AC074;
}
</style>
background-color css
<style>
a { background-color: #8AC074; }
a { background-color: rgb(138,192,116); }
div.DivClassName
{
background-color: #8AC074;
}
.BgClassName
{
background-color: #8AC074;
}
</style>
border-color css
<style>
span { border-color: #8AC074; }
span { border-color: rgb(138,192,116); }
td.TdClassName
{
border-color: #8AC074;
}
.TagClassName
{
border-color: #8AC074;
}
</style>