Shades of Pale Green #80F9A6
Tints of Pale Green #80F9A6
RGB
CMYK
RGB Variations
Color information
#80F9A6 (or 0x80F9A6) is known color: Pale Green. HEX triplet: 80, F9 and A6. RGB value is (128,249,166). Sum of RGB (Red+Green+Blue) = 128+249+166=543 (71% of max value = 765). Red value is 128 (50.39% from 255 or 23.57% from 543); Green value is 249 (97.66% from 255 or 45.86% from 543); Blue value is 166 (65.23% from 255 or 30.57% from 543); Max value from RGB is 249 - color contains mainly: green. Hex color #80F9A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #80F9A6 is #7F0659. Grayscale: #CBCBCB. Windows color (decimal): -8324698 or 10942848. OLE color: 10942848.
HSL color Cylindrical-coordinate representation of color #80F9A6: hue angle of 138.84º 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 #80F9A6 is Cyan = 0.49, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 249 | 166 | - |
| CMYK | 0.49 | 0 | 0.33 | 0.02 |
| HSL | 138.84º | 0.91% | 0.74% | - |
| HSV(B) | 138.84º | 0.49% | 0.98% | - |
| XYZ | 49.66 | 75.09 | 47.95 | - |
| YUV | 203.36 | 106.91 | 74.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 249 | 166 | 0.49 | 0 | 0.33 | 0.02 | 138.84 | 0.91 | 0.74 |
| Hex | 80 | F9 | A6 | 31 | 0 | 21 | 2 | 8B | 5B | 4A |
| Octal | 200 | 371 | 246 | 61 | 0 | 41 | 2 | 213 | 133 | 112 |
| Binary | 10000000 | 11111001 | 10100110 | 110001 | 0 | 100001 | 10 | 10001011 | 1011011 | 1001010 |
Color Harmonies of #80F9A6
Complementary color
Monochromatic Colors of #80F9A6
Black with #80F9A6
Text Example
Text Example
White with #80F9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80F9A6; }
p { color: rgb(128,249,166); }
H1.HeaderClassName
{
color: #80F9A6;
}
.AnyTagClassName
{
color: #80F9A6;
}
</style>
background-color css
<style>
a { background-color: #80F9A6; }
a { background-color: rgb(128,249,166); }
div.DivClassName
{
background-color: #80F9A6;
}
.BgClassName
{
background-color: #80F9A6;
}
</style>
border-color css
<style>
span { border-color: #80F9A6; }
span { border-color: rgb(128,249,166); }
td.TdClassName
{
border-color: #80F9A6;
}
.TagClassName
{
border-color: #80F9A6;
}
</style>