Shades of Pastel Green #8ADF76
Tints of Pastel Green #8ADF76
RGB
CMYK
RGB Variations
Color information
#8ADF76 (or 0x8ADF76) is known color: Pastel Green. HEX triplet: 8A, DF and 76. RGB value is (138,223,118). Sum of RGB (Red+Green+Blue) = 138+223+118=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 223 (87.5% from 255 or 46.56% from 479); Blue value is 118 (46.48% from 255 or 24.63% from 479); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADF76 is #752089. Grayscale: #B9B9B9. Windows color (decimal): -7676042 or 7790474. OLE color: 7790474.
HSL color Cylindrical-coordinate representation of color #8ADF76: hue angle of 108.57º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8ADF76 is Cyan = 0.38, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 118 | - |
| CMYK | 0.38 | 0 | 0.47 | 0.13 |
| HSL | 108.57º | 0.62% | 0.67% | - |
| HSV(B) | 108.57º | 0.47% | 0.87% | - |
| XYZ | 40.14 | 59.49 | 26.51 | - |
| YUV | 185.62 | 89.84 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 118 | 0.38 | 0 | 0.47 | 0.13 | 108.57 | 0.62 | 0.67 |
| Hex | 8A | DF | 76 | 26 | 0 | 2F | D | 6D | 3E | 43 |
| Octal | 212 | 337 | 166 | 46 | 0 | 57 | 15 | 155 | 76 | 103 |
| Binary | 10001010 | 11011111 | 1110110 | 100110 | 0 | 101111 | 1101 | 1101101 | 111110 | 1000011 |
Color Harmonies of #8ADF76
Complementary color
Monochromatic Colors of #8ADF76
Black with #8ADF76
Text Example
Text Example
White with #8ADF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADF76; }
p { color: rgb(138,223,118); }
H1.HeaderClassName
{
color: #8ADF76;
}
.AnyTagClassName
{
color: #8ADF76;
}
</style>
background-color css
<style>
a { background-color: #8ADF76; }
a { background-color: rgb(138,223,118); }
div.DivClassName
{
background-color: #8ADF76;
}
.BgClassName
{
background-color: #8ADF76;
}
</style>
border-color css
<style>
span { border-color: #8ADF76; }
span { border-color: rgb(138,223,118); }
td.TdClassName
{
border-color: #8ADF76;
}
.TagClassName
{
border-color: #8ADF76;
}
</style>