Shades of Mantis #8AC14A
Tints of Mantis #8AC14A
RGB
CMYK
RGB Variations
Color information
#8AC14A (or 0x8AC14A) is known color: Mantis. HEX triplet: 8A, C1 and 4A. RGB value is (138,193,74). Sum of RGB (Red+Green+Blue) = 138+193+74=405 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.07% from 405); Green value is 193 (75.78% from 255 or 47.65% from 405); Blue value is 74 (29.30% from 255 or 18.27% from 405); Max value from RGB is 193 - color contains mainly: green. Hex color #8AC14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AC14A is #753EB5. Grayscale: #A3A3A3. Windows color (decimal): -7683766 or 4899210. OLE color: 4899210.
HSL color Cylindrical-coordinate representation of color #8AC14A: hue angle of 87.73º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8AC14A is Cyan = 0.28, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 138 | 193 | 74 | - |
| CMYK | 0.28 | 0 | 0.62 | 0.24 |
| HSL | 87.73º | 0.49% | 0.52% | - |
| HSV(B) | 87.73º | 0.62% | 0.76% | - |
| XYZ | 30.79 | 44.04 | 13.36 | - |
| YUV | 162.99 | 77.78 | 110.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 193 | 74 | 0.28 | 0 | 0.62 | 0.24 | 87.73 | 0.49 | 0.52 |
| Hex | 8A | C1 | 4A | 1C | 0 | 3E | 18 | 58 | 31 | 34 |
| Octal | 212 | 301 | 112 | 34 | 0 | 76 | 30 | 130 | 61 | 64 |
| Binary | 10001010 | 11000001 | 1001010 | 11100 | 0 | 111110 | 11000 | 1011000 | 110001 | 110100 |
Color Harmonies of #8AC14A
Complementary color
Monochromatic Colors of #8AC14A
Black with #8AC14A
Text Example
Text Example
White with #8AC14A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC14A; }
p { color: rgb(138,193,74); }
H1.HeaderClassName
{
color: #8AC14A;
}
.AnyTagClassName
{
color: #8AC14A;
}
</style>
background-color css
<style>
a { background-color: #8AC14A; }
a { background-color: rgb(138,193,74); }
div.DivClassName
{
background-color: #8AC14A;
}
.BgClassName
{
background-color: #8AC14A;
}
</style>
border-color css
<style>
span { border-color: #8AC14A; }
span { border-color: rgb(138,193,74); }
td.TdClassName
{
border-color: #8AC14A;
}
.TagClassName
{
border-color: #8AC14A;
}
</style>