Shades of Pale Green #8DF5AC
Tints of Pale Green #8DF5AC
RGB
CMYK
RGB Variations
Color information
#8DF5AC (or 0x8DF5AC) is known color: Pale Green. HEX triplet: 8D, F5 and AC. RGB value is (141,245,172). Sum of RGB (Red+Green+Blue) = 141+245+172=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 245 - color contains mainly: green. Hex color #8DF5AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8DF5AC is #720A53. Grayscale: #CDCDCD. Windows color (decimal): -7473748 or 11335053. OLE color: 11335053.
HSL color Cylindrical-coordinate representation of color #8DF5AC: hue angle of 137.88º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DF5AC is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 141 | 245 | 172 | - |
| CMYK | 0.42 | 0 | 0.30 | 0.04 |
| HSL | 137.88º | 0.84% | 0.76% | - |
| HSV(B) | 137.88º | 0.42% | 0.96% | - |
| XYZ | 51.08 | 73.95 | 50.61 | - |
| YUV | 205.58 | 109.04 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 245 | 172 | 0.42 | 0 | 0.30 | 0.04 | 137.88 | 0.84 | 0.76 |
| Hex | 8D | F5 | AC | 2A | 0 | 1E | 4 | 8A | 54 | 4C |
| Octal | 215 | 365 | 254 | 52 | 0 | 36 | 4 | 212 | 124 | 114 |
| Binary | 10001101 | 11110101 | 10101100 | 101010 | 0 | 11110 | 100 | 10001010 | 1010100 | 1001100 |
Color Harmonies of #8DF5AC
Complementary color
Monochromatic Colors of #8DF5AC
Black with #8DF5AC
Text Example
Text Example
White with #8DF5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DF5AC; }
p { color: rgb(141,245,172); }
H1.HeaderClassName
{
color: #8DF5AC;
}
.AnyTagClassName
{
color: #8DF5AC;
}
</style>
background-color css
<style>
a { background-color: #8DF5AC; }
a { background-color: rgb(141,245,172); }
div.DivClassName
{
background-color: #8DF5AC;
}
.BgClassName
{
background-color: #8DF5AC;
}
</style>
border-color css
<style>
span { border-color: #8DF5AC; }
span { border-color: rgb(141,245,172); }
td.TdClassName
{
border-color: #8DF5AC;
}
.TagClassName
{
border-color: #8DF5AC;
}
</style>