Shades of Pale Green #8CFAAC
Tints of Pale Green #8CFAAC
RGB
CMYK
RGB Variations
Color information
#8CFAAC (or 0x8CFAAC) is known color: Pale Green. HEX triplet: 8C, FA and AC. RGB value is (140,250,172). Sum of RGB (Red+Green+Blue) = 140+250+172=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 250 (98.05% from 255 or 44.48% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 250 - color contains mainly: green. Hex color #8CFAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFAAC is #730553. Grayscale: #D0D0D0. Windows color (decimal): -7538004 or 11336332. OLE color: 11336332.
HSL color Cylindrical-coordinate representation of color #8CFAAC: hue angle of 137.45º 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 #8CFAAC is Cyan = 0.44, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 250 | 172 | - |
| CMYK | 0.44 | 0 | 0.31 | 0.02 |
| HSL | 137.45º | 0.92% | 0.76% | - |
| HSV(B) | 137.45º | 0.44% | 0.98% | - |
| XYZ | 52.45 | 76.93 | 51.11 | - |
| YUV | 208.22 | 107.56 | 79.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 250 | 172 | 0.44 | 0 | 0.31 | 0.02 | 137.45 | 0.92 | 0.76 |
| Hex | 8C | FA | AC | 2C | 0 | 1F | 2 | 89 | 5C | 4C |
| Octal | 214 | 372 | 254 | 54 | 0 | 37 | 2 | 211 | 134 | 114 |
| Binary | 10001100 | 11111010 | 10101100 | 101100 | 0 | 11111 | 10 | 10001001 | 1011100 | 1001100 |
Color Harmonies of #8CFAAC
Complementary color
Monochromatic Colors of #8CFAAC
Black with #8CFAAC
Text Example
Text Example
White with #8CFAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFAAC; }
p { color: rgb(140,250,172); }
H1.HeaderClassName
{
color: #8CFAAC;
}
.AnyTagClassName
{
color: #8CFAAC;
}
</style>
background-color css
<style>
a { background-color: #8CFAAC; }
a { background-color: rgb(140,250,172); }
div.DivClassName
{
background-color: #8CFAAC;
}
.BgClassName
{
background-color: #8CFAAC;
}
</style>
border-color css
<style>
span { border-color: #8CFAAC; }
span { border-color: rgb(140,250,172); }
td.TdClassName
{
border-color: #8CFAAC;
}
.TagClassName
{
border-color: #8CFAAC;
}
</style>