Shades of Pale Green #81FAAA
Tints of Pale Green #81FAAA
RGB
CMYK
RGB Variations
Color information
#81FAAA (or 0x81FAAA) is known color: Pale Green. HEX triplet: 81, FA and AA. RGB value is (129,250,170). Sum of RGB (Red+Green+Blue) = 129+250+170=549 (72% of max value = 765). Red value is 129 (50.78% from 255 or 23.50% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 170 (66.80% from 255 or 30.97% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #81FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #81FAAA is #7E0555. Grayscale: #CCCCCC. Windows color (decimal): -8258902 or 11205249. OLE color: 11205249.
HSL color Cylindrical-coordinate representation of color #81FAAA: hue angle of 140.33º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #81FAAA is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 250 | 170 | - |
| CMYK | 0.48 | 0 | 0.32 | 0.02 |
| HSL | 140.33º | 0.92% | 0.74% | - |
| HSV(B) | 140.33º | 0.48% | 0.98% | - |
| XYZ | 50.49 | 75.94 | 50.03 | - |
| YUV | 204.7 | 108.41 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 250 | 170 | 0.48 | 0 | 0.32 | 0.02 | 140.33 | 0.92 | 0.74 |
| Hex | 81 | FA | AA | 30 | 0 | 20 | 2 | 8C | 5C | 4A |
| Octal | 201 | 372 | 252 | 60 | 0 | 40 | 2 | 214 | 134 | 112 |
| Binary | 10000001 | 11111010 | 10101010 | 110000 | 0 | 100000 | 10 | 10001100 | 1011100 | 1001010 |
Color Harmonies of #81FAAA
Complementary color
Monochromatic Colors of #81FAAA
Black with #81FAAA
Text Example
Text Example
White with #81FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81FAAA; }
p { color: rgb(129,250,170); }
H1.HeaderClassName
{
color: #81FAAA;
}
.AnyTagClassName
{
color: #81FAAA;
}
</style>
background-color css
<style>
a { background-color: #81FAAA; }
a { background-color: rgb(129,250,170); }
div.DivClassName
{
background-color: #81FAAA;
}
.BgClassName
{
background-color: #81FAAA;
}
</style>
border-color css
<style>
span { border-color: #81FAAA; }
span { border-color: rgb(129,250,170); }
td.TdClassName
{
border-color: #81FAAA;
}
.TagClassName
{
border-color: #81FAAA;
}
</style>