Shades of Pastel Green #8ADA73
Tints of Pastel Green #8ADA73
RGB
CMYK
RGB Variations
Color information
#8ADA73 (or 0x8ADA73) is known color: Pastel Green. HEX triplet: 8A, DA and 73. RGB value is (138,218,115). Sum of RGB (Red+Green+Blue) = 138+218+115=471 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.30% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADA73 is #75258C. Grayscale: #B6B6B6. Windows color (decimal): -7677325 or 7592586. OLE color: 7592586.
HSL color Cylindrical-coordinate representation of color #8ADA73: hue angle of 106.6º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8ADA73 is Cyan = 0.37, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 115 | - |
| CMYK | 0.37 | 0 | 0.47 | 0.15 |
| HSL | 106.6º | 0.58% | 0.65% | - |
| HSV(B) | 106.6º | 0.47% | 0.85% | - |
| XYZ | 38.65 | 56.78 | 25.14 | - |
| YUV | 182.34 | 90 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 115 | 0.37 | 0 | 0.47 | 0.15 | 106.6 | 0.58 | 0.65 |
| Hex | 8A | DA | 73 | 25 | 0 | 2F | F | 6B | 3A | 41 |
| Octal | 212 | 332 | 163 | 45 | 0 | 57 | 17 | 153 | 72 | 101 |
| Binary | 10001010 | 11011010 | 1110011 | 100101 | 0 | 101111 | 1111 | 1101011 | 111010 | 1000001 |
Color Harmonies of #8ADA73
Complementary color
Monochromatic Colors of #8ADA73
Black with #8ADA73
Text Example
Text Example
White with #8ADA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADA73; }
p { color: rgb(138,218,115); }
H1.HeaderClassName
{
color: #8ADA73;
}
.AnyTagClassName
{
color: #8ADA73;
}
</style>
background-color css
<style>
a { background-color: #8ADA73; }
a { background-color: rgb(138,218,115); }
div.DivClassName
{
background-color: #8ADA73;
}
.BgClassName
{
background-color: #8ADA73;
}
</style>
border-color css
<style>
span { border-color: #8ADA73; }
span { border-color: rgb(138,218,115); }
td.TdClassName
{
border-color: #8ADA73;
}
.TagClassName
{
border-color: #8ADA73;
}
</style>