Shades of Pale Green #86FB9A
Tints of Pale Green #86FB9A
RGB
CMYK
RGB Variations
Color information
#86FB9A (or 0x86FB9A) is known color: Pale Green. HEX triplet: 86, FB and 9A. RGB value is (134,251,154). Sum of RGB (Red+Green+Blue) = 134+251+154=539 (71% of max value = 765). Red value is 134 (52.73% from 255 or 24.86% from 539); Green value is 251 (98.44% from 255 or 46.57% from 539); Blue value is 154 (60.55% from 255 or 28.57% from 539); Max value from RGB is 251 - color contains mainly: green. Hex color #86FB9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #86FB9A is #790465. Grayscale: #CDCDCD. Windows color (decimal): -7930982 or 10156934. OLE color: 10156934.
HSL color Cylindrical-coordinate representation of color #86FB9A: hue angle of 130.26º degrees, saturation: 0.94, 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 #86FB9A is Cyan = 0.47, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 134 | 251 | 154 | - |
| CMYK | 0.47 | 0 | 0.39 | 0.02 |
| HSL | 130.26º | 0.94% | 0.75% | - |
| HSV(B) | 130.26º | 0.47% | 0.98% | - |
| XYZ | 50.16 | 76.4 | 42.67 | - |
| YUV | 204.96 | 99.24 | 77.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 251 | 154 | 0.47 | 0 | 0.39 | 0.02 | 130.26 | 0.94 | 0.75 |
| Hex | 86 | FB | 9A | 2F | 0 | 27 | 2 | 82 | 5E | 4B |
| Octal | 206 | 373 | 232 | 57 | 0 | 47 | 2 | 202 | 136 | 113 |
| Binary | 10000110 | 11111011 | 10011010 | 101111 | 0 | 100111 | 10 | 10000010 | 1011110 | 1001011 |
Color Harmonies of #86FB9A
Complementary color
Monochromatic Colors of #86FB9A
Black with #86FB9A
Text Example
Text Example
White with #86FB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86FB9A; }
p { color: rgb(134,251,154); }
H1.HeaderClassName
{
color: #86FB9A;
}
.AnyTagClassName
{
color: #86FB9A;
}
</style>
background-color css
<style>
a { background-color: #86FB9A; }
a { background-color: rgb(134,251,154); }
div.DivClassName
{
background-color: #86FB9A;
}
.BgClassName
{
background-color: #86FB9A;
}
</style>
border-color css
<style>
span { border-color: #86FB9A; }
span { border-color: rgb(134,251,154); }
td.TdClassName
{
border-color: #86FB9A;
}
.TagClassName
{
border-color: #86FB9A;
}
</style>