Shades of Pastel Green #8ADB7F
Tints of Pastel Green #8ADB7F
RGB
CMYK
RGB Variations
Color information
#8ADB7F (or 0x8ADB7F) is known color: Pastel Green. HEX triplet: 8A, DB and 7F. RGB value is (138,219,127). Sum of RGB (Red+Green+Blue) = 138+219+127=484 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.51% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB7F is #752480. Grayscale: #B8B8B8. Windows color (decimal): -7677057 or 8379274. OLE color: 8379274.
HSL color Cylindrical-coordinate representation of color #8ADB7F: hue angle of 112.83º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8ADB7F is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 127 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.14 |
| HSL | 112.83º | 0.56% | 0.68% | - |
| HSV(B) | 112.83º | 0.42% | 0.86% | - |
| XYZ | 39.64 | 57.6 | 29.11 | - |
| YUV | 184.29 | 95.66 | 94.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 127 | 0.37 | 0 | 0.42 | 0.14 | 112.83 | 0.56 | 0.68 |
| Hex | 8A | DB | 7F | 25 | 0 | 2A | E | 71 | 38 | 44 |
| Octal | 212 | 333 | 177 | 45 | 0 | 52 | 16 | 161 | 70 | 104 |
| Binary | 10001010 | 11011011 | 1111111 | 100101 | 0 | 101010 | 1110 | 1110001 | 111000 | 1000100 |
Color Harmonies of #8ADB7F
Complementary color
Monochromatic Colors of #8ADB7F
Black with #8ADB7F
Text Example
Text Example
White with #8ADB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB7F; }
p { color: rgb(138,219,127); }
H1.HeaderClassName
{
color: #8ADB7F;
}
.AnyTagClassName
{
color: #8ADB7F;
}
</style>
background-color css
<style>
a { background-color: #8ADB7F; }
a { background-color: rgb(138,219,127); }
div.DivClassName
{
background-color: #8ADB7F;
}
.BgClassName
{
background-color: #8ADB7F;
}
</style>
border-color css
<style>
span { border-color: #8ADB7F; }
span { border-color: rgb(138,219,127); }
td.TdClassName
{
border-color: #8ADB7F;
}
.TagClassName
{
border-color: #8ADB7F;
}
</style>