Shades of Pastel Green #8ADE6C
Tints of Pastel Green #8ADE6C
RGB
CMYK
RGB Variations
Color information
#8ADE6C (or 0x8ADE6C) is known color: Pastel Green. HEX triplet: 8A, DE and 6C. RGB value is (138,222,108). Sum of RGB (Red+Green+Blue) = 138+222+108=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 222 (87.11% from 255 or 47.44% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 222 - color contains mainly: green. Hex color #8ADE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADE6C is #752193. Grayscale: #B8B8B8. Windows color (decimal): -7676308 or 7134858. OLE color: 7134858.
HSL color Cylindrical-coordinate representation of color #8ADE6C: hue angle of 104.21º degrees, saturation: 0.63, 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 #8ADE6C is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 222 | 108 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.13 |
| HSL | 104.21º | 0.63% | 0.65% | - |
| HSV(B) | 104.21º | 0.51% | 0.87% | - |
| XYZ | 39.31 | 58.73 | 23.45 | - |
| YUV | 183.89 | 85.17 | 95.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 222 | 108 | 0.38 | 0 | 0.51 | 0.13 | 104.21 | 0.63 | 0.65 |
| Hex | 8A | DE | 6C | 26 | 0 | 33 | D | 68 | 3F | 41 |
| Octal | 212 | 336 | 154 | 46 | 0 | 63 | 15 | 150 | 77 | 101 |
| Binary | 10001010 | 11011110 | 1101100 | 100110 | 0 | 110011 | 1101 | 1101000 | 111111 | 1000001 |
Color Harmonies of #8ADE6C
Complementary color
Monochromatic Colors of #8ADE6C
Black with #8ADE6C
Text Example
Text Example
White with #8ADE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADE6C; }
p { color: rgb(138,222,108); }
H1.HeaderClassName
{
color: #8ADE6C;
}
.AnyTagClassName
{
color: #8ADE6C;
}
</style>
background-color css
<style>
a { background-color: #8ADE6C; }
a { background-color: rgb(138,222,108); }
div.DivClassName
{
background-color: #8ADE6C;
}
.BgClassName
{
background-color: #8ADE6C;
}
</style>
border-color css
<style>
span { border-color: #8ADE6C; }
span { border-color: rgb(138,222,108); }
td.TdClassName
{
border-color: #8ADE6C;
}
.TagClassName
{
border-color: #8ADE6C;
}
</style>