Shades of Pale Green #8CFBAF
Tints of Pale Green #8CFBAF
RGB
CMYK
RGB Variations
Color information
#8CFBAF (or 0x8CFBAF) is known color: Pale Green. HEX triplet: 8C, FB and AF. RGB value is (140,251,175). Sum of RGB (Red+Green+Blue) = 140+251+175=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 251 (98.44% from 255 or 44.35% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 251 - color contains mainly: green. Hex color #8CFBAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFBAF is #730450. Grayscale: #D1D1D1. Windows color (decimal): -7537745 or 11533196. OLE color: 11533196.
HSL color Cylindrical-coordinate representation of color #8CFBAF: hue angle of 138.92º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CFBAF is Cyan = 0.44, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 251 | 175 | - |
| CMYK | 0.44 | 0 | 0.30 | 0.02 |
| HSL | 138.92º | 0.93% | 0.77% | - |
| HSV(B) | 138.92º | 0.44% | 0.98% | - |
| XYZ | 53.05 | 77.66 | 52.75 | - |
| YUV | 209.15 | 108.73 | 78.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 251 | 175 | 0.44 | 0 | 0.30 | 0.02 | 138.92 | 0.93 | 0.77 |
| Hex | 8C | FB | AF | 2C | 0 | 1E | 2 | 8B | 5D | 4D |
| Octal | 214 | 373 | 257 | 54 | 0 | 36 | 2 | 213 | 135 | 115 |
| Binary | 10001100 | 11111011 | 10101111 | 101100 | 0 | 11110 | 10 | 10001011 | 1011101 | 1001101 |
Color Harmonies of #8CFBAF
Complementary color
Monochromatic Colors of #8CFBAF
Black with #8CFBAF
Text Example
Text Example
White with #8CFBAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFBAF; }
p { color: rgb(140,251,175); }
H1.HeaderClassName
{
color: #8CFBAF;
}
.AnyTagClassName
{
color: #8CFBAF;
}
</style>
background-color css
<style>
a { background-color: #8CFBAF; }
a { background-color: rgb(140,251,175); }
div.DivClassName
{
background-color: #8CFBAF;
}
.BgClassName
{
background-color: #8CFBAF;
}
</style>
border-color css
<style>
span { border-color: #8CFBAF; }
span { border-color: rgb(140,251,175); }
td.TdClassName
{
border-color: #8CFBAF;
}
.TagClassName
{
border-color: #8CFBAF;
}
</style>