Shades of Pastel Green #8ADC7D
Tints of Pastel Green #8ADC7D
RGB
CMYK
RGB Variations
Color information
#8ADC7D (or 0x8ADC7D) is known color: Pastel Green. HEX triplet: 8A, DC and 7D. RGB value is (138,220,125). Sum of RGB (Red+Green+Blue) = 138+220+125=483 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.57% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 125 (49.22% from 255 or 25.88% from 483); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC7D is #752382. Grayscale: #B8B8B8. Windows color (decimal): -7676803 or 8248458. OLE color: 8248458.
HSL color Cylindrical-coordinate representation of color #8ADC7D: hue angle of 111.79º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8ADC7D is Cyan = 0.37, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 125 | - |
| CMYK | 0.37 | 0 | 0.43 | 0.14 |
| HSL | 111.79º | 0.58% | 0.68% | - |
| HSV(B) | 111.79º | 0.43% | 0.86% | - |
| XYZ | 39.78 | 58.07 | 28.51 | - |
| YUV | 184.65 | 94.33 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 125 | 0.37 | 0 | 0.43 | 0.14 | 111.79 | 0.58 | 0.68 |
| Hex | 8A | DC | 7D | 25 | 0 | 2B | E | 70 | 3A | 44 |
| Octal | 212 | 334 | 175 | 45 | 0 | 53 | 16 | 160 | 72 | 104 |
| Binary | 10001010 | 11011100 | 1111101 | 100101 | 0 | 101011 | 1110 | 1110000 | 111010 | 1000100 |
Color Harmonies of #8ADC7D
Complementary color
Monochromatic Colors of #8ADC7D
Black with #8ADC7D
Text Example
Text Example
White with #8ADC7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC7D; }
p { color: rgb(138,220,125); }
H1.HeaderClassName
{
color: #8ADC7D;
}
.AnyTagClassName
{
color: #8ADC7D;
}
</style>
background-color css
<style>
a { background-color: #8ADC7D; }
a { background-color: rgb(138,220,125); }
div.DivClassName
{
background-color: #8ADC7D;
}
.BgClassName
{
background-color: #8ADC7D;
}
</style>
border-color css
<style>
span { border-color: #8ADC7D; }
span { border-color: rgb(138,220,125); }
td.TdClassName
{
border-color: #8ADC7D;
}
.TagClassName
{
border-color: #8ADC7D;
}
</style>