Shades of Mantis #8AB869
Tints of Mantis #8AB869
RGB
CMYK
RGB Variations
Color information
#8AB869 (or 0x8AB869) is known color: Mantis. HEX triplet: 8A, B8 and 69. RGB value is (138,184,105). Sum of RGB (Red+Green+Blue) = 138+184+105=427 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.32% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 105 (41.41% from 255 or 24.59% from 427); Max value from RGB is 184 - color contains mainly: green. Hex color #8AB869 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AB869 is #754796. Grayscale: #A1A1A1. Windows color (decimal): -7686039 or 6928522. OLE color: 6928522.
HSL color Cylindrical-coordinate representation of color #8AB869: hue angle of 94.94º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AB869 is Cyan = 0.25, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 184 | 105 | - |
| CMYK | 0.25 | 0 | 0.43 | 0.28 |
| HSL | 94.94º | 0.36% | 0.57% | - |
| HSV(B) | 94.94º | 0.43% | 0.72% | - |
| XYZ | 30.17 | 40.7 | 19.63 | - |
| YUV | 161.24 | 96.26 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 184 | 105 | 0.25 | 0 | 0.43 | 0.28 | 94.94 | 0.36 | 0.57 |
| Hex | 8A | B8 | 69 | 19 | 0 | 2B | 1C | 5F | 24 | 39 |
| Octal | 212 | 270 | 151 | 31 | 0 | 53 | 34 | 137 | 44 | 71 |
| Binary | 10001010 | 10111000 | 1101001 | 11001 | 0 | 101011 | 11100 | 1011111 | 100100 | 111001 |
Color Harmonies of #8AB869
Complementary color
Monochromatic Colors of #8AB869
Black with #8AB869
Text Example
Text Example
White with #8AB869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AB869; }
p { color: rgb(138,184,105); }
H1.HeaderClassName
{
color: #8AB869;
}
.AnyTagClassName
{
color: #8AB869;
}
</style>
background-color css
<style>
a { background-color: #8AB869; }
a { background-color: rgb(138,184,105); }
div.DivClassName
{
background-color: #8AB869;
}
.BgClassName
{
background-color: #8AB869;
}
</style>
border-color css
<style>
span { border-color: #8AB869; }
span { border-color: rgb(138,184,105); }
td.TdClassName
{
border-color: #8AB869;
}
.TagClassName
{
border-color: #8AB869;
}
</style>