Shades of Mantis #8AD669
Tints of Mantis #8AD669
RGB
CMYK
RGB Variations
Color information
#8AD669 (or 0x8AD669) is known color: Mantis. HEX triplet: 8A, D6 and 69. RGB value is (138,214,105). Sum of RGB (Red+Green+Blue) = 138+214+105=457 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.20% from 457); Green value is 214 (83.98% from 255 or 46.83% from 457); Blue value is 105 (41.41% from 255 or 22.98% from 457); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD669 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD669 is #752996. Grayscale: #B3B3B3. Windows color (decimal): -7678359 or 6936202. OLE color: 6936202.
HSL color Cylindrical-coordinate representation of color #8AD669: hue angle of 101.83º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8AD669 is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 105 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.16 |
| HSL | 101.83º | 0.57% | 0.63% | - |
| HSV(B) | 101.83º | 0.51% | 0.84% | - |
| XYZ | 37.08 | 54.52 | 21.93 | - |
| YUV | 178.85 | 86.32 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 105 | 0.36 | 0 | 0.51 | 0.16 | 101.83 | 0.57 | 0.63 |
| Hex | 8A | D6 | 69 | 24 | 0 | 33 | 10 | 66 | 39 | 3F |
| Octal | 212 | 326 | 151 | 44 | 0 | 63 | 20 | 146 | 71 | 77 |
| Binary | 10001010 | 11010110 | 1101001 | 100100 | 0 | 110011 | 10000 | 1100110 | 111001 | 111111 |
Color Harmonies of #8AD669
Complementary color
Monochromatic Colors of #8AD669
Black with #8AD669
Text Example
Text Example
White with #8AD669
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD669; }
p { color: rgb(138,214,105); }
H1.HeaderClassName
{
color: #8AD669;
}
.AnyTagClassName
{
color: #8AD669;
}
</style>
background-color css
<style>
a { background-color: #8AD669; }
a { background-color: rgb(138,214,105); }
div.DivClassName
{
background-color: #8AD669;
}
.BgClassName
{
background-color: #8AD669;
}
</style>
border-color css
<style>
span { border-color: #8AD669; }
span { border-color: rgb(138,214,105); }
td.TdClassName
{
border-color: #8AD669;
}
.TagClassName
{
border-color: #8AD669;
}
</style>