Shades of Pale Green #80FAAC
Tints of Pale Green #80FAAC
RGB
CMYK
RGB Variations
Color information
#80FAAC (or 0x80FAAC) is known color: Pale Green. HEX triplet: 80, FA and AC. RGB value is (128,250,172). Sum of RGB (Red+Green+Blue) = 128+250+172=550 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.27% from 550); Green value is 250 (98.05% from 255 or 45.45% from 550); Blue value is 172 (67.58% from 255 or 31.27% from 550); Max value from RGB is 250 - color contains mainly: green. Hex color #80FAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80FAAC is #7F0553. Grayscale: #CCCCCC. Windows color (decimal): -8324436 or 11336320. OLE color: 11336320.
HSL color Cylindrical-coordinate representation of color #80FAAC: hue angle of 141.64º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #80FAAC is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 250 | 172 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.02 |
| HSL | 141.64º | 0.92% | 0.74% | - |
| HSV(B) | 141.64º | 0.49% | 0.98% | - |
| XYZ | 50.53 | 75.94 | 51.02 | - |
| YUV | 204.63 | 109.58 | 73.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 250 | 172 | 0.49 | 0 | 0.31 | 0.02 | 141.64 | 0.92 | 0.74 |
| Hex | 80 | FA | AC | 31 | 0 | 1F | 2 | 8E | 5C | 4A |
| Octal | 200 | 372 | 254 | 61 | 0 | 37 | 2 | 216 | 134 | 112 |
| Binary | 10000000 | 11111010 | 10101100 | 110001 | 0 | 11111 | 10 | 10001110 | 1011100 | 1001010 |
Color Harmonies of #80FAAC
Complementary color
Monochromatic Colors of #80FAAC
Black with #80FAAC
Text Example
Text Example
White with #80FAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80FAAC; }
p { color: rgb(128,250,172); }
H1.HeaderClassName
{
color: #80FAAC;
}
.AnyTagClassName
{
color: #80FAAC;
}
</style>
background-color css
<style>
a { background-color: #80FAAC; }
a { background-color: rgb(128,250,172); }
div.DivClassName
{
background-color: #80FAAC;
}
.BgClassName
{
background-color: #80FAAC;
}
</style>
border-color css
<style>
span { border-color: #80FAAC; }
span { border-color: rgb(128,250,172); }
td.TdClassName
{
border-color: #80FAAC;
}
.TagClassName
{
border-color: #80FAAC;
}
</style>