Shades of Pale Green #80F9AB
Tints of Pale Green #80F9AB
RGB
CMYK
RGB Variations
Color information
#80F9AB (or 0x80F9AB) is known color: Pale Green. HEX triplet: 80, F9 and AB. RGB value is (128,249,171). Sum of RGB (Red+Green+Blue) = 128+249+171=548 (72% of max value = 765). Red value is 128 (50.39% from 255 or 23.36% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 171 (67.19% from 255 or 31.20% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F9AB is #7F0654. Grayscale: #CCCCCC. Windows color (decimal): -8324693 or 11270528. OLE color: 11270528.
HSL color Cylindrical-coordinate representation of color #80F9AB: hue angle of 141.32º degrees, saturation: 0.91, 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 #80F9AB is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 171 | - |
| CMYK | 0.49 | 0 | 0.31 | 0.02 |
| HSL | 141.32º | 0.91% | 0.74% | - |
| HSV(B) | 141.32º | 0.49% | 0.98% | - |
| XYZ | 50.13 | 75.28 | 50.42 | - |
| YUV | 203.93 | 109.41 | 73.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 171 | 0.49 | 0 | 0.31 | 0.02 | 141.32 | 0.91 | 0.74 |
| Hex | 80 | F9 | AB | 31 | 0 | 1F | 2 | 8D | 5B | 4A |
| Octal | 200 | 371 | 253 | 61 | 0 | 37 | 2 | 215 | 133 | 112 |
| Binary | 10000000 | 11111001 | 10101011 | 110001 | 0 | 11111 | 10 | 10001101 | 1011011 | 1001010 |
Color Harmonies of #80F9AB
Complementary color
Monochromatic Colors of #80F9AB
Black with #80F9AB
Text Example
Text Example
White with #80F9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F9AB; }
p { color: rgb(128,249,171); }
H1.HeaderClassName
{
color: #80F9AB;
}
.AnyTagClassName
{
color: #80F9AB;
}
</style>
background-color css
<style>
a { background-color: #80F9AB; }
a { background-color: rgb(128,249,171); }
div.DivClassName
{
background-color: #80F9AB;
}
.BgClassName
{
background-color: #80F9AB;
}
</style>
border-color css
<style>
span { border-color: #80F9AB; }
span { border-color: rgb(128,249,171); }
td.TdClassName
{
border-color: #80F9AB;
}
.TagClassName
{
border-color: #80F9AB;
}
</style>