Shades of Pale Green #86FAAA
Tints of Pale Green #86FAAA
RGB
CMYK
RGB Variations
Color information
#86FAAA (or 0x86FAAA) is known color: Pale Green. HEX triplet: 86, FA and AA. RGB value is (134,250,170). Sum of RGB (Red+Green+Blue) = 134+250+170=554 (73% of max value = 765). Red value is 134 (52.73% from 255 or 24.19% from 554); Green value is 250 (98.05% from 255 or 45.13% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 250 - color contains mainly: green. Hex color #86FAAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FAAA is #790555. Grayscale: #CECECE. Windows color (decimal): -7931222 or 11205254. OLE color: 11205254.
HSL color Cylindrical-coordinate representation of color #86FAAA: hue angle of 138.62º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86FAAA is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 250 | 170 | - |
| CMYK | 0.46 | 0 | 0.32 | 0.02 |
| HSL | 138.62º | 0.92% | 0.75% | - |
| HSV(B) | 138.62º | 0.46% | 0.98% | - |
| XYZ | 51.27 | 76.34 | 50.06 | - |
| YUV | 206.2 | 107.57 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 250 | 170 | 0.46 | 0 | 0.32 | 0.02 | 138.62 | 0.92 | 0.75 |
| Hex | 86 | FA | AA | 2E | 0 | 20 | 2 | 8B | 5C | 4B |
| Octal | 206 | 372 | 252 | 56 | 0 | 40 | 2 | 213 | 134 | 113 |
| Binary | 10000110 | 11111010 | 10101010 | 101110 | 0 | 100000 | 10 | 10001011 | 1011100 | 1001011 |
Color Harmonies of #86FAAA
Complementary color
Monochromatic Colors of #86FAAA
Black with #86FAAA
Text Example
Text Example
White with #86FAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FAAA; }
p { color: rgb(134,250,170); }
H1.HeaderClassName
{
color: #86FAAA;
}
.AnyTagClassName
{
color: #86FAAA;
}
</style>
background-color css
<style>
a { background-color: #86FAAA; }
a { background-color: rgb(134,250,170); }
div.DivClassName
{
background-color: #86FAAA;
}
.BgClassName
{
background-color: #86FAAA;
}
</style>
border-color css
<style>
span { border-color: #86FAAA; }
span { border-color: rgb(134,250,170); }
td.TdClassName
{
border-color: #86FAAA;
}
.TagClassName
{
border-color: #86FAAA;
}
</style>