Shades of Pastel Green #8ADD76
Tints of Pastel Green #8ADD76
RGB
CMYK
RGB Variations
Color information
#8ADD76 (or 0x8ADD76) is known color: Pastel Green. HEX triplet: 8A, DD and 76. RGB value is (138,221,118). Sum of RGB (Red+Green+Blue) = 138+221+118=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 221 (86.72% from 255 or 46.33% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD76 is #752289. Grayscale: #B8B8B8. Windows color (decimal): -7676554 or 7789962. OLE color: 7789962.
HSL color Cylindrical-coordinate representation of color #8ADD76: hue angle of 108.35º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8ADD76 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 118 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.13 |
| HSL | 108.35º | 0.6% | 0.66% | - |
| HSV(B) | 108.35º | 0.47% | 0.87% | - |
| XYZ | 39.61 | 58.42 | 26.33 | - |
| YUV | 184.44 | 90.5 | 94.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 118 | 0.38 | 0 | 0.47 | 0.13 | 108.35 | 0.6 | 0.66 |
| Hex | 8A | DD | 76 | 26 | 0 | 2F | D | 6C | 3C | 42 |
| Octal | 212 | 335 | 166 | 46 | 0 | 57 | 15 | 154 | 74 | 102 |
| Binary | 10001010 | 11011101 | 1110110 | 100110 | 0 | 101111 | 1101 | 1101100 | 111100 | 1000010 |
Color Harmonies of #8ADD76
Complementary color
Monochromatic Colors of #8ADD76
Black with #8ADD76
Text Example
Text Example
White with #8ADD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD76; }
p { color: rgb(138,221,118); }
H1.HeaderClassName
{
color: #8ADD76;
}
.AnyTagClassName
{
color: #8ADD76;
}
</style>
background-color css
<style>
a { background-color: #8ADD76; }
a { background-color: rgb(138,221,118); }
div.DivClassName
{
background-color: #8ADD76;
}
.BgClassName
{
background-color: #8ADD76;
}
</style>
border-color css
<style>
span { border-color: #8ADD76; }
span { border-color: rgb(138,221,118); }
td.TdClassName
{
border-color: #8ADD76;
}
.TagClassName
{
border-color: #8ADD76;
}
</style>