Shades of Pastel Green #8ADB76
Tints of Pastel Green #8ADB76
RGB
CMYK
RGB Variations
Color information
#8ADB76 (or 0x8ADB76) is known color: Pastel Green. HEX triplet: 8A, DB and 76. RGB value is (138,219,118). Sum of RGB (Red+Green+Blue) = 138+219+118=475 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.05% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 118 (46.48% from 255 or 24.84% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB76 is #752489. Grayscale: #B7B7B7. Windows color (decimal): -7677066 or 7789450. OLE color: 7789450.
HSL color Cylindrical-coordinate representation of color #8ADB76: hue angle of 108.12º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ADB76 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 118 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.14 |
| HSL | 108.12º | 0.58% | 0.66% | - |
| HSV(B) | 108.12º | 0.46% | 0.86% | - |
| XYZ | 39.08 | 57.37 | 26.15 | - |
| YUV | 183.27 | 91.16 | 95.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 118 | 0.37 | 0 | 0.46 | 0.14 | 108.12 | 0.58 | 0.66 |
| Hex | 8A | DB | 76 | 25 | 0 | 2E | E | 6C | 3A | 42 |
| Octal | 212 | 333 | 166 | 45 | 0 | 56 | 16 | 154 | 72 | 102 |
| Binary | 10001010 | 11011011 | 1110110 | 100101 | 0 | 101110 | 1110 | 1101100 | 111010 | 1000010 |
Color Harmonies of #8ADB76
Complementary color
Monochromatic Colors of #8ADB76
Black with #8ADB76
Text Example
Text Example
White with #8ADB76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB76; }
p { color: rgb(138,219,118); }
H1.HeaderClassName
{
color: #8ADB76;
}
.AnyTagClassName
{
color: #8ADB76;
}
</style>
background-color css
<style>
a { background-color: #8ADB76; }
a { background-color: rgb(138,219,118); }
div.DivClassName
{
background-color: #8ADB76;
}
.BgClassName
{
background-color: #8ADB76;
}
</style>
border-color css
<style>
span { border-color: #8ADB76; }
span { border-color: rgb(138,219,118); }
td.TdClassName
{
border-color: #8ADB76;
}
.TagClassName
{
border-color: #8ADB76;
}
</style>