Shades of Pale Green #84FCAC
Tints of Pale Green #84FCAC
RGB
CMYK
RGB Variations
Color information
#84FCAC (or 0x84FCAC) is known color: Pale Green. HEX triplet: 84, FC and AC. RGB value is (132,252,172). Sum of RGB (Red+Green+Blue) = 132+252+172=556 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.74% from 556); Green value is 252 (98.83% from 255 or 45.32% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 252 - color contains mainly: green. Hex color #84FCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FCAC is #7B0353. Grayscale: #CFCFCF. Windows color (decimal): -8061780 or 11336836. OLE color: 11336836.
HSL color Cylindrical-coordinate representation of color #84FCAC: hue angle of 140º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #84FCAC is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 132 | 252 | 172 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.01 |
| HSL | 140º | 0.95% | 0.75% | - |
| HSV(B) | 140º | 0.48% | 0.99% | - |
| XYZ | 51.77 | 77.5 | 51.26 | - |
| YUV | 207 | 108.24 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 252 | 172 | 0.48 | 0 | 0.32 | 0.01 | 140 | 0.95 | 0.75 |
| Hex | 84 | FC | AC | 30 | 0 | 20 | 1 | 8C | 5F | 4B |
| Octal | 204 | 374 | 254 | 60 | 0 | 40 | 1 | 214 | 137 | 113 |
| Binary | 10000100 | 11111100 | 10101100 | 110000 | 0 | 100000 | 1 | 10001100 | 1011111 | 1001011 |
Color Harmonies of #84FCAC
Complementary color
Monochromatic Colors of #84FCAC
Black with #84FCAC
Text Example
Text Example
White with #84FCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FCAC; }
p { color: rgb(132,252,172); }
H1.HeaderClassName
{
color: #84FCAC;
}
.AnyTagClassName
{
color: #84FCAC;
}
</style>
background-color css
<style>
a { background-color: #84FCAC; }
a { background-color: rgb(132,252,172); }
div.DivClassName
{
background-color: #84FCAC;
}
.BgClassName
{
background-color: #84FCAC;
}
</style>
border-color css
<style>
span { border-color: #84FCAC; }
span { border-color: rgb(132,252,172); }
td.TdClassName
{
border-color: #84FCAC;
}
.TagClassName
{
border-color: #84FCAC;
}
</style>