Shades of Pale Green #84FAAA
Tints of Pale Green #84FAAA
RGB
CMYK
RGB Variations
Color information
#84FAAA (or 0x84FAAA) is known color: Pale Green. HEX triplet: 84, FA and AA. RGB value is (132,250,170). Sum of RGB (Red+Green+Blue) = 132+250+170=552 (73% of max value = 765). Red value is 132 (51.95% from 255 or 23.91% from 552); Green value is 250 (98.05% from 255 or 45.29% from 552); Blue value is 170 (66.80% from 255 or 30.80% from 552); Max value from RGB is 250 - color contains mainly: green. Hex color #84FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #84FAAA is #7B0555. Grayscale: #CDCDCD. Windows color (decimal): -8062294 or 11205252. OLE color: 11205252.
HSL color Cylindrical-coordinate representation of color #84FAAA: hue angle of 139.32º degrees, saturation: 0.92, 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 #84FAAA is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 132 | 250 | 170 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.02 |
| HSL | 139.32º | 0.92% | 0.75% | - |
| HSV(B) | 139.32º | 0.47% | 0.98% | - |
| XYZ | 50.96 | 76.18 | 50.05 | - |
| YUV | 205.6 | 107.91 | 75.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 250 | 170 | 0.47 | 0 | 0.32 | 0.02 | 139.32 | 0.92 | 0.75 |
| Hex | 84 | FA | AA | 2F | 0 | 20 | 2 | 8B | 5C | 4B |
| Octal | 204 | 372 | 252 | 57 | 0 | 40 | 2 | 213 | 134 | 113 |
| Binary | 10000100 | 11111010 | 10101010 | 101111 | 0 | 100000 | 10 | 10001011 | 1011100 | 1001011 |
Color Harmonies of #84FAAA
Complementary color
Monochromatic Colors of #84FAAA
Black with #84FAAA
Text Example
Text Example
White with #84FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84FAAA; }
p { color: rgb(132,250,170); }
H1.HeaderClassName
{
color: #84FAAA;
}
.AnyTagClassName
{
color: #84FAAA;
}
</style>
background-color css
<style>
a { background-color: #84FAAA; }
a { background-color: rgb(132,250,170); }
div.DivClassName
{
background-color: #84FAAA;
}
.BgClassName
{
background-color: #84FAAA;
}
</style>
border-color css
<style>
span { border-color: #84FAAA; }
span { border-color: rgb(132,250,170); }
td.TdClassName
{
border-color: #84FAAA;
}
.TagClassName
{
border-color: #84FAAA;
}
</style>