Shades of Pastel Green #8ADB73
Tints of Pastel Green #8ADB73
RGB
CMYK
RGB Variations
Color information
#8ADB73 (or 0x8ADB73) is known color: Pastel Green. HEX triplet: 8A, DB and 73. RGB value is (138,219,115). Sum of RGB (Red+Green+Blue) = 138+219+115=472 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.24% from 472); Green value is 219 (85.94% from 255 or 46.40% from 472); Blue value is 115 (45.31% from 255 or 24.36% from 472); Max value from RGB is 219 - color contains mainly: green. Hex color #8ADB73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADB73 is #75248C. Grayscale: #B7B7B7. Windows color (decimal): -7677069 or 7592842. OLE color: 7592842.
HSL color Cylindrical-coordinate representation of color #8ADB73: hue angle of 106.73º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8ADB73 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 219 | 115 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.14 |
| HSL | 106.73º | 0.59% | 0.65% | - |
| HSV(B) | 106.73º | 0.47% | 0.86% | - |
| XYZ | 38.91 | 57.3 | 25.23 | - |
| YUV | 182.93 | 89.66 | 95.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 219 | 115 | 0.37 | 0 | 0.47 | 0.14 | 106.73 | 0.59 | 0.65 |
| Hex | 8A | DB | 73 | 25 | 0 | 2F | E | 6B | 3B | 41 |
| Octal | 212 | 333 | 163 | 45 | 0 | 57 | 16 | 153 | 73 | 101 |
| Binary | 10001010 | 11011011 | 1110011 | 100101 | 0 | 101111 | 1110 | 1101011 | 111011 | 1000001 |
Color Harmonies of #8ADB73
Complementary color
Monochromatic Colors of #8ADB73
Black with #8ADB73
Text Example
Text Example
White with #8ADB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADB73; }
p { color: rgb(138,219,115); }
H1.HeaderClassName
{
color: #8ADB73;
}
.AnyTagClassName
{
color: #8ADB73;
}
</style>
background-color css
<style>
a { background-color: #8ADB73; }
a { background-color: rgb(138,219,115); }
div.DivClassName
{
background-color: #8ADB73;
}
.BgClassName
{
background-color: #8ADB73;
}
</style>
border-color css
<style>
span { border-color: #8ADB73; }
span { border-color: rgb(138,219,115); }
td.TdClassName
{
border-color: #8ADB73;
}
.TagClassName
{
border-color: #8ADB73;
}
</style>