Shades of Pastel Green #8ADD6C
Tints of Pastel Green #8ADD6C
RGB
CMYK
RGB Variations
Color information
#8ADD6C (or 0x8ADD6C) is known color: Pastel Green. HEX triplet: 8A, DD and 6C. RGB value is (138,221,108). Sum of RGB (Red+Green+Blue) = 138+221+108=467 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.55% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 108 (42.58% from 255 or 23.13% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD6C is #752293. Grayscale: #B7B7B7. Windows color (decimal): -7676564 or 7134602. OLE color: 7134602.
HSL color Cylindrical-coordinate representation of color #8ADD6C: hue angle of 104.07º 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 #8ADD6C is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 108 | - |
| CMYK | 0.38 | 0 | 0.51 | 0.13 |
| HSL | 104.07º | 0.62% | 0.65% | - |
| HSV(B) | 104.07º | 0.51% | 0.87% | - |
| XYZ | 39.04 | 58.2 | 23.36 | - |
| YUV | 183.3 | 85.5 | 95.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 108 | 0.38 | 0 | 0.51 | 0.13 | 104.07 | 0.62 | 0.65 |
| Hex | 8A | DD | 6C | 26 | 0 | 33 | D | 68 | 3E | 41 |
| Octal | 212 | 335 | 154 | 46 | 0 | 63 | 15 | 150 | 76 | 101 |
| Binary | 10001010 | 11011101 | 1101100 | 100110 | 0 | 110011 | 1101 | 1101000 | 111110 | 1000001 |
Color Harmonies of #8ADD6C
Complementary color
Monochromatic Colors of #8ADD6C
Black with #8ADD6C
Text Example
Text Example
White with #8ADD6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD6C; }
p { color: rgb(138,221,108); }
H1.HeaderClassName
{
color: #8ADD6C;
}
.AnyTagClassName
{
color: #8ADD6C;
}
</style>
background-color css
<style>
a { background-color: #8ADD6C; }
a { background-color: rgb(138,221,108); }
div.DivClassName
{
background-color: #8ADD6C;
}
.BgClassName
{
background-color: #8ADD6C;
}
</style>
border-color css
<style>
span { border-color: #8ADD6C; }
span { border-color: rgb(138,221,108); }
td.TdClassName
{
border-color: #8ADD6C;
}
.TagClassName
{
border-color: #8ADD6C;
}
</style>