Shades of Pastel Green #8ADC77
Tints of Pastel Green #8ADC77
RGB
CMYK
RGB Variations
Color information
#8ADC77 (or 0x8ADC77) is known color: Pastel Green. HEX triplet: 8A, DC and 77. RGB value is (138,220,119). Sum of RGB (Red+Green+Blue) = 138+220+119=477 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.93% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #8ADC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADC77 is #752388. Grayscale: #B8B8B8. Windows color (decimal): -7676809 or 7855242. OLE color: 7855242.
HSL color Cylindrical-coordinate representation of color #8ADC77: hue angle of 108.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8ADC77 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 138 | 220 | 119 | - |
| CMYK | 0.37 | 0 | 0.46 | 0.14 |
| HSL | 108.71º | 0.59% | 0.66% | - |
| HSV(B) | 108.71º | 0.46% | 0.86% | - |
| XYZ | 39.4 | 57.92 | 26.56 | - |
| YUV | 183.97 | 91.33 | 95.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 220 | 119 | 0.37 | 0 | 0.46 | 0.14 | 108.71 | 0.59 | 0.66 |
| Hex | 8A | DC | 77 | 25 | 0 | 2E | E | 6D | 3B | 42 |
| Octal | 212 | 334 | 167 | 45 | 0 | 56 | 16 | 155 | 73 | 102 |
| Binary | 10001010 | 11011100 | 1110111 | 100101 | 0 | 101110 | 1110 | 1101101 | 111011 | 1000010 |
Color Harmonies of #8ADC77
Complementary color
Monochromatic Colors of #8ADC77
Black with #8ADC77
Text Example
Text Example
White with #8ADC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADC77; }
p { color: rgb(138,220,119); }
H1.HeaderClassName
{
color: #8ADC77;
}
.AnyTagClassName
{
color: #8ADC77;
}
</style>
background-color css
<style>
a { background-color: #8ADC77; }
a { background-color: rgb(138,220,119); }
div.DivClassName
{
background-color: #8ADC77;
}
.BgClassName
{
background-color: #8ADC77;
}
</style>
border-color css
<style>
span { border-color: #8ADC77; }
span { border-color: rgb(138,220,119); }
td.TdClassName
{
border-color: #8ADC77;
}
.TagClassName
{
border-color: #8ADC77;
}
</style>