Shades of Pale Green #84F9A0
Tints of Pale Green #84F9A0
RGB
CMYK
RGB Variations
Color information
#84F9A0 (or 0x84F9A0) is known color: Pale Green. HEX triplet: 84, F9 and A0. RGB value is (132,249,160). Sum of RGB (Red+Green+Blue) = 132+249+160=541 (71% of max value = 765). Red value is 132 (51.95% from 255 or 24.40% from 541); Green value is 249 (97.66% from 255 or 46.03% from 541); Blue value is 160 (62.89% from 255 or 29.57% from 541); Max value from RGB is 249 - color contains mainly: green. Hex color #84F9A0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84F9A0 is #7B065F. Grayscale: #CCCCCC. Windows color (decimal): -8062560 or 10549636. OLE color: 10549636.
HSL color Cylindrical-coordinate representation of color #84F9A0: hue angle of 134.36º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #84F9A0 is Cyan = 0.47, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 249 | 160 | - |
| CMYK | 0.47 | 0 | 0.36 | 0.02 |
| HSL | 134.36º | 0.91% | 0.75% | - |
| HSV(B) | 134.36º | 0.47% | 0.98% | - |
| XYZ | 49.74 | 75.19 | 45.15 | - |
| YUV | 203.87 | 103.24 | 76.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 249 | 160 | 0.47 | 0 | 0.36 | 0.02 | 134.36 | 0.91 | 0.75 |
| Hex | 84 | F9 | A0 | 2F | 0 | 24 | 2 | 86 | 5B | 4B |
| Octal | 204 | 371 | 240 | 57 | 0 | 44 | 2 | 206 | 133 | 113 |
| Binary | 10000100 | 11111001 | 10100000 | 101111 | 0 | 100100 | 10 | 10000110 | 1011011 | 1001011 |
Color Harmonies of #84F9A0
Complementary color
Monochromatic Colors of #84F9A0
Black with #84F9A0
Text Example
Text Example
White with #84F9A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84F9A0; }
p { color: rgb(132,249,160); }
H1.HeaderClassName
{
color: #84F9A0;
}
.AnyTagClassName
{
color: #84F9A0;
}
</style>
background-color css
<style>
a { background-color: #84F9A0; }
a { background-color: rgb(132,249,160); }
div.DivClassName
{
background-color: #84F9A0;
}
.BgClassName
{
background-color: #84F9A0;
}
</style>
border-color css
<style>
span { border-color: #84F9A0; }
span { border-color: rgb(132,249,160); }
td.TdClassName
{
border-color: #84F9A0;
}
.TagClassName
{
border-color: #84F9A0;
}
</style>