Shades of Pastel Green #8AD672
Tints of Pastel Green #8AD672
RGB
CMYK
RGB Variations
Color information
#8AD672 (or 0x8AD672) is known color: Pastel Green. HEX triplet: 8A, D6 and 72. RGB value is (138,214,114). Sum of RGB (Red+Green+Blue) = 138+214+114=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 214 (83.98% from 255 or 45.92% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 214 - color contains mainly: green. Hex color #8AD672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8AD672 is #75298D. Grayscale: #B4B4B4. Windows color (decimal): -7678350 or 7526026. OLE color: 7526026.
HSL color Cylindrical-coordinate representation of color #8AD672: hue angle of 105.6º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8AD672 is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 138 | 214 | 114 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.16 |
| HSL | 105.6º | 0.55% | 0.64% | - |
| HSV(B) | 105.6º | 0.47% | 0.84% | - |
| XYZ | 37.57 | 54.71 | 24.5 | - |
| YUV | 179.88 | 90.82 | 98.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 214 | 114 | 0.36 | 0 | 0.47 | 0.16 | 105.6 | 0.55 | 0.64 |
| Hex | 8A | D6 | 72 | 24 | 0 | 2F | 10 | 6A | 37 | 40 |
| Octal | 212 | 326 | 162 | 44 | 0 | 57 | 20 | 152 | 67 | 100 |
| Binary | 10001010 | 11010110 | 1110010 | 100100 | 0 | 101111 | 10000 | 1101010 | 110111 | 1000000 |
Color Harmonies of #8AD672
Complementary color
Monochromatic Colors of #8AD672
Black with #8AD672
Text Example
Text Example
White with #8AD672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD672; }
p { color: rgb(138,214,114); }
H1.HeaderClassName
{
color: #8AD672;
}
.AnyTagClassName
{
color: #8AD672;
}
</style>
background-color css
<style>
a { background-color: #8AD672; }
a { background-color: rgb(138,214,114); }
div.DivClassName
{
background-color: #8AD672;
}
.BgClassName
{
background-color: #8AD672;
}
</style>
border-color css
<style>
span { border-color: #8AD672; }
span { border-color: rgb(138,214,114); }
td.TdClassName
{
border-color: #8AD672;
}
.TagClassName
{
border-color: #8AD672;
}
</style>