Shades of Mantis #8AD969
Tints of Mantis #8AD969
RGB
CMYK
RGB Variations
Color information
#8AD969 (or 0x8AD969) is known color: Mantis. HEX triplet: 8A, D9 and 69. RGB value is (138,217,105). Sum of RGB (Red+Green+Blue) = 138+217+105=460 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30% from 460); Green value is 217 (85.16% from 255 or 47.17% from 460); Blue value is 105 (41.41% from 255 or 22.83% from 460); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD969 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD969 is #752696. Grayscale: #B4B4B4. Windows color (decimal): -7677591 or 6936970. OLE color: 6936970.
HSL color Cylindrical-coordinate representation of color #8AD969: hue angle of 102.32º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AD969 is Cyan = 0.36, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 105 | - |
| CMYK | 0.36 | 0 | 0.52 | 0.15 |
| HSL | 102.32º | 0.6% | 0.63% | - |
| HSV(B) | 102.32º | 0.52% | 0.85% | - |
| XYZ | 37.84 | 56.05 | 22.19 | - |
| YUV | 180.61 | 85.33 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 105 | 0.36 | 0 | 0.52 | 0.15 | 102.32 | 0.6 | 0.63 |
| Hex | 8A | D9 | 69 | 24 | 0 | 34 | F | 66 | 3C | 3F |
| Octal | 212 | 331 | 151 | 44 | 0 | 64 | 17 | 146 | 74 | 77 |
| Binary | 10001010 | 11011001 | 1101001 | 100100 | 0 | 110100 | 1111 | 1100110 | 111100 | 111111 |
Color Harmonies of #8AD969
Complementary color
Monochromatic Colors of #8AD969
Black with #8AD969
Text Example
Text Example
White with #8AD969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD969; }
p { color: rgb(138,217,105); }
H1.HeaderClassName
{
color: #8AD969;
}
.AnyTagClassName
{
color: #8AD969;
}
</style>
background-color css
<style>
a { background-color: #8AD969; }
a { background-color: rgb(138,217,105); }
div.DivClassName
{
background-color: #8AD969;
}
.BgClassName
{
background-color: #8AD969;
}
</style>
border-color css
<style>
span { border-color: #8AD969; }
span { border-color: rgb(138,217,105); }
td.TdClassName
{
border-color: #8AD969;
}
.TagClassName
{
border-color: #8AD969;
}
</style>