Shades of Mint Green #8AFFA8
Tints of Mint Green #8AFFA8
RGB
CMYK
RGB Variations
Color information
#8AFFA8 (or 0x8AFFA8) is known color: Mint Green. HEX triplet: 8A, FF and A8. RGB value is (138,255,168). Sum of RGB (Red+Green+Blue) = 138+255+168=561 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.60% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFFA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AFFA8 is #750057. Grayscale: #D2D2D2. Windows color (decimal): -7667800 or 11075466. OLE color: 11075466.
HSL color Cylindrical-coordinate representation of color #8AFFA8: hue angle of 135.38º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AFFA8 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.
Color convert
| RGB | 138 | 255 | 168 | - |
| CMYK | 0.46 | 0 | 0.34 | 0 |
| HSL | 135.38º | 1% | 0.77% | - |
| HSV(B) | 135.38º | 0.46% | 1% | - |
| XYZ | 53.31 | 79.75 | 49.63 | - |
| YUV | 210.1 | 104.24 | 76.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 255 | 168 | 0.46 | 0 | 0.34 | 0 | 135.38 | 1 | 0.77 |
| Hex | 8A | FF | A8 | 2E | 0 | 22 | 0 | 87 | 64 | 4D |
| Octal | 212 | 377 | 250 | 56 | 0 | 42 | 0 | 207 | 144 | 115 |
| Binary | 10001010 | 11111111 | 10101000 | 101110 | 0 | 100010 | 0 | 10000111 | 1100100 | 1001101 |
Color Harmonies of #8AFFA8
Complementary color
Monochromatic Colors of #8AFFA8
Black with #8AFFA8
Text Example
Text Example
White with #8AFFA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AFFA8; }
p { color: rgb(138,255,168); }
H1.HeaderClassName
{
color: #8AFFA8;
}
.AnyTagClassName
{
color: #8AFFA8;
}
</style>
background-color css
<style>
a { background-color: #8AFFA8; }
a { background-color: rgb(138,255,168); }
div.DivClassName
{
background-color: #8AFFA8;
}
.BgClassName
{
background-color: #8AFFA8;
}
</style>
border-color css
<style>
span { border-color: #8AFFA8; }
span { border-color: rgb(138,255,168); }
td.TdClassName
{
border-color: #8AFFA8;
}
.TagClassName
{
border-color: #8AFFA8;
}
</style>