Shades of Pale Green #86F4A3
Tints of Pale Green #86F4A3
RGB
CMYK
RGB Variations
Color information
#86F4A3 (or 0x86F4A3) is known color: Pale Green. HEX triplet: 86, F4 and A3. RGB value is (134,244,163). Sum of RGB (Red+Green+Blue) = 134+244+163=541 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.77% from 541); Green value is 244 (95.70% from 255 or 45.10% from 541); Blue value is 163 (64.06% from 255 or 30.13% from 541); Max value from RGB is 244 - color contains mainly: green. Hex color #86F4A3 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86F4A3 is #790B5C. Grayscale: #CACACA. Windows color (decimal): -7932765 or 10744966. OLE color: 10744966.
HSL color Cylindrical-coordinate representation of color #86F4A3: hue angle of 135.82º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F4A3 is Cyan = 0.45, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 134 | 244 | 163 | - |
| CMYK | 0.45 | 0 | 0.33 | 0.04 |
| HSL | 135.82º | 0.83% | 0.74% | - |
| HSV(B) | 135.82º | 0.45% | 0.96% | - |
| XYZ | 48.79 | 72.41 | 46.06 | - |
| YUV | 201.88 | 106.06 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 244 | 163 | 0.45 | 0 | 0.33 | 0.04 | 135.82 | 0.83 | 0.74 |
| Hex | 86 | F4 | A3 | 2D | 0 | 21 | 4 | 88 | 53 | 4A |
| Octal | 206 | 364 | 243 | 55 | 0 | 41 | 4 | 210 | 123 | 112 |
| Binary | 10000110 | 11110100 | 10100011 | 101101 | 0 | 100001 | 100 | 10001000 | 1010011 | 1001010 |
Color Harmonies of #86F4A3
Complementary color
Monochromatic Colors of #86F4A3
Black with #86F4A3
Text Example
Text Example
White with #86F4A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F4A3; }
p { color: rgb(134,244,163); }
H1.HeaderClassName
{
color: #86F4A3;
}
.AnyTagClassName
{
color: #86F4A3;
}
</style>
background-color css
<style>
a { background-color: #86F4A3; }
a { background-color: rgb(134,244,163); }
div.DivClassName
{
background-color: #86F4A3;
}
.BgClassName
{
background-color: #86F4A3;
}
</style>
border-color css
<style>
span { border-color: #86F4A3; }
span { border-color: rgb(134,244,163); }
td.TdClassName
{
border-color: #86F4A3;
}
.TagClassName
{
border-color: #86F4A3;
}
</style>