Shades of Pastel Green #8ADD6B
Tints of Pastel Green #8ADD6B
RGB
CMYK
RGB Variations
Color information
#8ADD6B (or 0x8ADD6B) is known color: Pastel Green. HEX triplet: 8A, DD and 6B. RGB value is (138,221,107). Sum of RGB (Red+Green+Blue) = 138+221+107=466 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.61% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 107 (42.19% from 255 or 22.96% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #8ADD6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADD6B is #752294. Grayscale: #B7B7B7. Windows color (decimal): -7676565 or 7069066. OLE color: 7069066.
HSL color Cylindrical-coordinate representation of color #8ADD6B: hue angle of 103.68º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8ADD6B is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 221 | 107 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.13 |
| HSL | 103.68º | 0.63% | 0.64% | - |
| HSV(B) | 103.68º | 0.52% | 0.87% | - |
| XYZ | 38.99 | 58.18 | 23.08 | - |
| YUV | 183.19 | 85 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 221 | 107 | 0.38 | 0 | 0.52 | 0.13 | 103.68 | 0.63 | 0.64 |
| Hex | 8A | DD | 6B | 26 | 0 | 34 | D | 68 | 3F | 40 |
| Octal | 212 | 335 | 153 | 46 | 0 | 64 | 15 | 150 | 77 | 100 |
| Binary | 10001010 | 11011101 | 1101011 | 100110 | 0 | 110100 | 1101 | 1101000 | 111111 | 1000000 |
Color Harmonies of #8ADD6B
Complementary color
Monochromatic Colors of #8ADD6B
Black with #8ADD6B
Text Example
Text Example
White with #8ADD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADD6B; }
p { color: rgb(138,221,107); }
H1.HeaderClassName
{
color: #8ADD6B;
}
.AnyTagClassName
{
color: #8ADD6B;
}
</style>
background-color css
<style>
a { background-color: #8ADD6B; }
a { background-color: rgb(138,221,107); }
div.DivClassName
{
background-color: #8ADD6B;
}
.BgClassName
{
background-color: #8ADD6B;
}
</style>
border-color css
<style>
span { border-color: #8ADD6B; }
span { border-color: rgb(138,221,107); }
td.TdClassName
{
border-color: #8ADD6B;
}
.TagClassName
{
border-color: #8ADD6B;
}
</style>