Shades of Pale Green #80FCAC
Tints of Pale Green #80FCAC
RGB
CMYK
RGB Variations
Color information
#80FCAC (or 0x80FCAC) is known color: Pale Green. HEX triplet: 80, FC and AC. RGB value is (128,252,172). Sum of RGB (Red+Green+Blue) = 128+252+172=552 (73% of max value = 765). Red value is 128 (50.39% from 255 or 23.19% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 172 (67.58% from 255 or 31.16% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #80FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FCAC is #7F0353. Grayscale: #CECECE. Windows color (decimal): -8323924 or 11336832. OLE color: 11336832.
HSL color Cylindrical-coordinate representation of color #80FCAC: hue angle of 141.29º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FCAC is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 128 | 252 | 172 | - |
| CMYK | 0.49 | 0 | 0.32 | 0.01 |
| HSL | 141.29º | 0.95% | 0.75% | - |
| HSV(B) | 141.29º | 0.49% | 0.99% | - |
| XYZ | 51.16 | 77.19 | 51.23 | - |
| YUV | 205.8 | 108.92 | 72.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 252 | 172 | 0.49 | 0 | 0.32 | 0.01 | 141.29 | 0.95 | 0.75 |
| Hex | 80 | FC | AC | 31 | 0 | 20 | 1 | 8D | 5F | 4B |
| Octal | 200 | 374 | 254 | 61 | 0 | 40 | 1 | 215 | 137 | 113 |
| Binary | 10000000 | 11111100 | 10101100 | 110001 | 0 | 100000 | 1 | 10001101 | 1011111 | 1001011 |
Color Harmonies of #80FCAC
Complementary color
Monochromatic Colors of #80FCAC
Black with #80FCAC
Text Example
Text Example
White with #80FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FCAC; }
p { color: rgb(128,252,172); }
H1.HeaderClassName
{
color: #80FCAC;
}
.AnyTagClassName
{
color: #80FCAC;
}
</style>
background-color css
<style>
a { background-color: #80FCAC; }
a { background-color: rgb(128,252,172); }
div.DivClassName
{
background-color: #80FCAC;
}
.BgClassName
{
background-color: #80FCAC;
}
</style>
border-color css
<style>
span { border-color: #80FCAC; }
span { border-color: rgb(128,252,172); }
td.TdClassName
{
border-color: #80FCAC;
}
.TagClassName
{
border-color: #80FCAC;
}
</style>