Shades of Pastel Green #8AED72
Tints of Pastel Green #8AED72
RGB
CMYK
RGB Variations
Color information
#8AED72 (or 0x8AED72) is known color: Pastel Green. HEX triplet: 8A, ED and 72. RGB value is (138,237,114). Sum of RGB (Red+Green+Blue) = 138+237+114=489 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.22% from 489); Green value is 237 (92.97% from 255 or 48.47% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 237 - color contains mainly: green. Hex color #8AED72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AED72 is #75128D. Grayscale: #C1C1C1. Windows color (decimal): -7672462 or 7531914. OLE color: 7531914.
HSL color Cylindrical-coordinate representation of color #8AED72: hue angle of 108.29º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AED72 is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 138 | 237 | 114 | - |
| CMYK | 0.42 | 0 | 0.52 | 0.07 |
| HSL | 108.29º | 0.77% | 0.69% | - |
| HSV(B) | 108.29º | 0.52% | 0.93% | - |
| XYZ | 43.8 | 67.19 | 26.58 | - |
| YUV | 193.38 | 83.2 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 237 | 114 | 0.42 | 0 | 0.52 | 0.07 | 108.29 | 0.77 | 0.69 |
| Hex | 8A | ED | 72 | 2A | 0 | 34 | 7 | 6C | 4D | 45 |
| Octal | 212 | 355 | 162 | 52 | 0 | 64 | 7 | 154 | 115 | 105 |
| Binary | 10001010 | 11101101 | 1110010 | 101010 | 0 | 110100 | 111 | 1101100 | 1001101 | 1000101 |
Color Harmonies of #8AED72
Complementary color
Monochromatic Colors of #8AED72
Black with #8AED72
Text Example
Text Example
White with #8AED72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AED72; }
p { color: rgb(138,237,114); }
H1.HeaderClassName
{
color: #8AED72;
}
.AnyTagClassName
{
color: #8AED72;
}
</style>
background-color css
<style>
a { background-color: #8AED72; }
a { background-color: rgb(138,237,114); }
div.DivClassName
{
background-color: #8AED72;
}
.BgClassName
{
background-color: #8AED72;
}
</style>
border-color css
<style>
span { border-color: #8AED72; }
span { border-color: rgb(138,237,114); }
td.TdClassName
{
border-color: #8AED72;
}
.TagClassName
{
border-color: #8AED72;
}
</style>