Shades of Pale Green #8FF2A0
Tints of Pale Green #8FF2A0
RGB
CMYK
RGB Variations
Color information
#8FF2A0 (or 0x8FF2A0) is known color: Pale Green. HEX triplet: 8F, F2 and A0. RGB value is (143,242,160). Sum of RGB (Red+Green+Blue) = 143+242+160=545 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.24% from 545); Green value is 242 (94.92% from 255 or 44.40% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 242 - color contains mainly: green. Hex color #8FF2A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8FF2A0 is #700D5F. Grayscale: #CBCBCB. Windows color (decimal): -7343456 or 10547855. OLE color: 10547855.
HSL color Cylindrical-coordinate representation of color #8FF2A0: hue angle of 130.3º 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 #8FF2A0 is Cyan = 0.41, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 143 | 242 | 160 | - |
| CMYK | 0.41 | 0 | 0.34 | 0.05 |
| HSL | 130.3º | 0.79% | 0.75% | - |
| HSV(B) | 130.3º | 0.41% | 0.95% | - |
| XYZ | 49.42 | 71.88 | 44.53 | - |
| YUV | 203.05 | 103.7 | 85.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 242 | 160 | 0.41 | 0 | 0.34 | 0.05 | 130.3 | 0.79 | 0.75 |
| Hex | 8F | F2 | A0 | 29 | 0 | 22 | 5 | 82 | 4F | 4B |
| Octal | 217 | 362 | 240 | 51 | 0 | 42 | 5 | 202 | 117 | 113 |
| Binary | 10001111 | 11110010 | 10100000 | 101001 | 0 | 100010 | 101 | 10000010 | 1001111 | 1001011 |
Color Harmonies of #8FF2A0
Complementary color
Monochromatic Colors of #8FF2A0
Black with #8FF2A0
Text Example
Text Example
White with #8FF2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FF2A0; }
p { color: rgb(143,242,160); }
H1.HeaderClassName
{
color: #8FF2A0;
}
.AnyTagClassName
{
color: #8FF2A0;
}
</style>
background-color css
<style>
a { background-color: #8FF2A0; }
a { background-color: rgb(143,242,160); }
div.DivClassName
{
background-color: #8FF2A0;
}
.BgClassName
{
background-color: #8FF2A0;
}
</style>
border-color css
<style>
span { border-color: #8FF2A0; }
span { border-color: rgb(143,242,160); }
td.TdClassName
{
border-color: #8FF2A0;
}
.TagClassName
{
border-color: #8FF2A0;
}
</style>