Shades of Pale Green #8CFA9F
Tints of Pale Green #8CFA9F
RGB
CMYK
RGB Variations
Color information
#8CFA9F (or 0x8CFA9F) is known color: Pale Green. HEX triplet: 8C, FA and 9F. RGB value is (140,250,159). Sum of RGB (Red+Green+Blue) = 140+250+159=549 (72% of max value = 765). Red value is 140 (55.08% from 255 or 25.50% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 159 (62.5% from 255 or 28.96% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFA9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFA9F is #730560. Grayscale: #CECECE. Windows color (decimal): -7538017 or 10484364. OLE color: 10484364.
HSL color Cylindrical-coordinate representation of color #8CFA9F: hue angle of 130.36º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFA9F is Cyan = 0.44, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 159 | - |
| CMYK | 0.44 | 0 | 0.36 | 0.02 |
| HSL | 130.36º | 0.92% | 0.76% | - |
| HSV(B) | 130.36º | 0.44% | 0.98% | - |
| XYZ | 51.26 | 76.45 | 44.86 | - |
| YUV | 206.74 | 101.06 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 159 | 0.44 | 0 | 0.36 | 0.02 | 130.36 | 0.92 | 0.76 |
| Hex | 8C | FA | 9F | 2C | 0 | 24 | 2 | 82 | 5C | 4C |
| Octal | 214 | 372 | 237 | 54 | 0 | 44 | 2 | 202 | 134 | 114 |
| Binary | 10001100 | 11111010 | 10011111 | 101100 | 0 | 100100 | 10 | 10000010 | 1011100 | 1001100 |
Color Harmonies of #8CFA9F
Complementary color
Monochromatic Colors of #8CFA9F
Black with #8CFA9F
Text Example
Text Example
White with #8CFA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFA9F; }
p { color: rgb(140,250,159); }
H1.HeaderClassName
{
color: #8CFA9F;
}
.AnyTagClassName
{
color: #8CFA9F;
}
</style>
background-color css
<style>
a { background-color: #8CFA9F; }
a { background-color: rgb(140,250,159); }
div.DivClassName
{
background-color: #8CFA9F;
}
.BgClassName
{
background-color: #8CFA9F;
}
</style>
border-color css
<style>
span { border-color: #8CFA9F; }
span { border-color: rgb(140,250,159); }
td.TdClassName
{
border-color: #8CFA9F;
}
.TagClassName
{
border-color: #8CFA9F;
}
</style>