Shades of Pastel Green #8ADA6D
Tints of Pastel Green #8ADA6D
RGB
CMYK
RGB Variations
Color information
#8ADA6D (or 0x8ADA6D) is known color: Pastel Green. HEX triplet: 8A, DA and 6D. RGB value is (138,218,109). Sum of RGB (Red+Green+Blue) = 138+218+109=465 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.68% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #8ADA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADA6D is #752592. Grayscale: #B6B6B6. Windows color (decimal): -7677331 or 7199370. OLE color: 7199370.
HSL color Cylindrical-coordinate representation of color #8ADA6D: hue angle of 104.04º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ADA6D is Cyan = 0.37, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 138 | 218 | 109 | - |
| CMYK | 0.37 | 0 | 0.5 | 0.15 |
| HSL | 104.04º | 0.6% | 0.64% | - |
| HSV(B) | 104.04º | 0.5% | 0.85% | - |
| XYZ | 38.31 | 56.65 | 23.38 | - |
| YUV | 181.65 | 87 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 218 | 109 | 0.37 | 0 | 0.5 | 0.15 | 104.04 | 0.6 | 0.64 |
| Hex | 8A | DA | 6D | 25 | 0 | 32 | F | 68 | 3C | 40 |
| Octal | 212 | 332 | 155 | 45 | 0 | 62 | 17 | 150 | 74 | 100 |
| Binary | 10001010 | 11011010 | 1101101 | 100101 | 0 | 110010 | 1111 | 1101000 | 111100 | 1000000 |
Color Harmonies of #8ADA6D
Complementary color
Monochromatic Colors of #8ADA6D
Black with #8ADA6D
Text Example
Text Example
White with #8ADA6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADA6D; }
p { color: rgb(138,218,109); }
H1.HeaderClassName
{
color: #8ADA6D;
}
.AnyTagClassName
{
color: #8ADA6D;
}
</style>
background-color css
<style>
a { background-color: #8ADA6D; }
a { background-color: rgb(138,218,109); }
div.DivClassName
{
background-color: #8ADA6D;
}
.BgClassName
{
background-color: #8ADA6D;
}
</style>
border-color css
<style>
span { border-color: #8ADA6D; }
span { border-color: rgb(138,218,109); }
td.TdClassName
{
border-color: #8ADA6D;
}
.TagClassName
{
border-color: #8ADA6D;
}
</style>