Shades of Pastel Green #8AD972
Tints of Pastel Green #8AD972
RGB
CMYK
RGB Variations
Color information
#8AD972 (or 0x8AD972) is known color: Pastel Green. HEX triplet: 8A, D9 and 72. RGB value is (138,217,114). Sum of RGB (Red+Green+Blue) = 138+217+114=469 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.42% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 114 (44.92% from 255 or 24.31% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #8AD972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD972 is #75268D. Grayscale: #B5B5B5. Windows color (decimal): -7677582 or 7526794. OLE color: 7526794.
HSL color Cylindrical-coordinate representation of color #8AD972: hue angle of 106.02º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AD972 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 217 | 114 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.15 |
| HSL | 106.02º | 0.58% | 0.65% | - |
| HSV(B) | 106.02º | 0.47% | 0.85% | - |
| XYZ | 38.33 | 56.24 | 24.76 | - |
| YUV | 181.64 | 89.83 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 217 | 114 | 0.36 | 0 | 0.47 | 0.15 | 106.02 | 0.58 | 0.65 |
| Hex | 8A | D9 | 72 | 24 | 0 | 2F | F | 6A | 3A | 41 |
| Octal | 212 | 331 | 162 | 44 | 0 | 57 | 17 | 152 | 72 | 101 |
| Binary | 10001010 | 11011001 | 1110010 | 100100 | 0 | 101111 | 1111 | 1101010 | 111010 | 1000001 |
Color Harmonies of #8AD972
Complementary color
Monochromatic Colors of #8AD972
Black with #8AD972
Text Example
Text Example
White with #8AD972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD972; }
p { color: rgb(138,217,114); }
H1.HeaderClassName
{
color: #8AD972;
}
.AnyTagClassName
{
color: #8AD972;
}
</style>
background-color css
<style>
a { background-color: #8AD972; }
a { background-color: rgb(138,217,114); }
div.DivClassName
{
background-color: #8AD972;
}
.BgClassName
{
background-color: #8AD972;
}
</style>
border-color css
<style>
span { border-color: #8AD972; }
span { border-color: rgb(138,217,114); }
td.TdClassName
{
border-color: #8AD972;
}
.TagClassName
{
border-color: #8AD972;
}
</style>