Shades of Pale Green #8FF2AA
Tints of Pale Green #8FF2AA
RGB
CMYK
RGB Variations
Color information
#8FF2AA (or 0x8FF2AA) is known color: Pale Green. HEX triplet: 8F, F2 and AA. RGB value is (143,242,170). Sum of RGB (Red+Green+Blue) = 143+242+170=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 242 (94.92% from 255 or 43.60% from 555); Blue value is 170 (66.80% from 255 or 30.63% from 555); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FF2AA is #700D55. Grayscale: #CCCCCC. Windows color (decimal): -7343446 or 11203215. OLE color: 11203215.
HSL color Cylindrical-coordinate representation of color #8FF2AA: hue angle of 136.36º degrees, saturation: 0.79, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FF2AA is Cyan = 0.41, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 170 | - |
| CMYK | 0.41 | 0 | 0.30 | 0.05 |
| HSL | 136.36º | 0.79% | 0.75% | - |
| HSV(B) | 136.36º | 0.41% | 0.95% | - |
| XYZ | 50.34 | 72.25 | 49.32 | - |
| YUV | 204.19 | 108.7 | 84.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 170 | 0.41 | 0 | 0.30 | 0.05 | 136.36 | 0.79 | 0.75 |
| Hex | 8F | F2 | AA | 29 | 0 | 1E | 5 | 88 | 4F | 4B |
| Octal | 217 | 362 | 252 | 51 | 0 | 36 | 5 | 210 | 117 | 113 |
| Binary | 10001111 | 11110010 | 10101010 | 101001 | 0 | 11110 | 101 | 10001000 | 1001111 | 1001011 |
Color Harmonies of #8FF2AA
Complementary color
Monochromatic Colors of #8FF2AA
Black with #8FF2AA
Text Example
Text Example
White with #8FF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2AA; }
p { color: rgb(143,242,170); }
H1.HeaderClassName
{
color: #8FF2AA;
}
.AnyTagClassName
{
color: #8FF2AA;
}
</style>
background-color css
<style>
a { background-color: #8FF2AA; }
a { background-color: rgb(143,242,170); }
div.DivClassName
{
background-color: #8FF2AA;
}
.BgClassName
{
background-color: #8FF2AA;
}
</style>
border-color css
<style>
span { border-color: #8FF2AA; }
span { border-color: rgb(143,242,170); }
td.TdClassName
{
border-color: #8FF2AA;
}
.TagClassName
{
border-color: #8FF2AA;
}
</style>