Shades of Pastel Green #8ADD6D
Tints of Pastel Green #8ADD6D
RGB
CMYK
RGB Variations
Color information
#8ADD6D (or 0x8ADD6D) is known color: Pastel Green. HEX triplet: 8A, DD and 6D. RGB value is (138,221,109). Sum of RGB (Red+Green+Blue) = 138+221+109=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 221 (86.72% from 255 or 47.22% from 468); Blue value is 109 (42.97% from 255 or 23.29% from 468); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD6D is #752292. Grayscale: #B7B7B7. Windows color (decimal): -7676563 or 7200138. OLE color: 7200138.
HSL color Cylindrical-coordinate representation of color #8ADD6D: hue angle of 104.46º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8ADD6D is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 109 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.13 |
| HSL | 104.46º | 0.62% | 0.65% | - |
| HSV(B) | 104.46º | 0.51% | 0.87% | - |
| XYZ | 39.1 | 58.22 | 23.64 | - |
| YUV | 183.42 | 86 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 109 | 0.38 | 0 | 0.51 | 0.13 | 104.46 | 0.62 | 0.65 |
| Hex | 8A | DD | 6D | 26 | 0 | 33 | D | 68 | 3E | 41 |
| Octal | 212 | 335 | 155 | 46 | 0 | 63 | 15 | 150 | 76 | 101 |
| Binary | 10001010 | 11011101 | 1101101 | 100110 | 0 | 110011 | 1101 | 1101000 | 111110 | 1000001 |
Color Harmonies of #8ADD6D
Complementary color
Monochromatic Colors of #8ADD6D
Black with #8ADD6D
Text Example
Text Example
White with #8ADD6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD6D; }
p { color: rgb(138,221,109); }
H1.HeaderClassName
{
color: #8ADD6D;
}
.AnyTagClassName
{
color: #8ADD6D;
}
</style>
background-color css
<style>
a { background-color: #8ADD6D; }
a { background-color: rgb(138,221,109); }
div.DivClassName
{
background-color: #8ADD6D;
}
.BgClassName
{
background-color: #8ADD6D;
}
</style>
border-color css
<style>
span { border-color: #8ADD6D; }
span { border-color: rgb(138,221,109); }
td.TdClassName
{
border-color: #8ADD6D;
}
.TagClassName
{
border-color: #8ADD6D;
}
</style>