Shades of Pastel Green #8ADF70
Tints of Pastel Green #8ADF70
RGB
CMYK
RGB Variations
Color information
#8ADF70 (or 0x8ADF70) is known color: Pastel Green. HEX triplet: 8A, DF and 70. RGB value is (138,223,112). Sum of RGB (Red+Green+Blue) = 138+223+112=473 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.18% from 473); Green value is 223 (87.5% from 255 or 47.15% from 473); Blue value is 112 (44.14% from 255 or 23.68% from 473); Max value from RGB is 223 - color contains mainly: green. Hex color #8ADF70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8ADF70 is #75208F. Grayscale: #B9B9B9. Windows color (decimal): -7676048 or 7397258. OLE color: 7397258.
HSL color Cylindrical-coordinate representation of color #8ADF70: hue angle of 105.95º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8ADF70 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 138 | 223 | 112 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.13 |
| HSL | 105.95º | 0.63% | 0.66% | - |
| HSV(B) | 105.95º | 0.5% | 0.87% | - |
| XYZ | 39.79 | 59.35 | 24.69 | - |
| YUV | 184.93 | 86.84 | 94.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 223 | 112 | 0.38 | 0 | 0.50 | 0.13 | 105.95 | 0.63 | 0.66 |
| Hex | 8A | DF | 70 | 26 | 0 | 32 | D | 6A | 3F | 42 |
| Octal | 212 | 337 | 160 | 46 | 0 | 62 | 15 | 152 | 77 | 102 |
| Binary | 10001010 | 11011111 | 1110000 | 100110 | 0 | 110010 | 1101 | 1101010 | 111111 | 1000010 |
Color Harmonies of #8ADF70
Complementary color
Monochromatic Colors of #8ADF70
Black with #8ADF70
Text Example
Text Example
White with #8ADF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ADF70; }
p { color: rgb(138,223,112); }
H1.HeaderClassName
{
color: #8ADF70;
}
.AnyTagClassName
{
color: #8ADF70;
}
</style>
background-color css
<style>
a { background-color: #8ADF70; }
a { background-color: rgb(138,223,112); }
div.DivClassName
{
background-color: #8ADF70;
}
.BgClassName
{
background-color: #8ADF70;
}
</style>
border-color css
<style>
span { border-color: #8ADF70; }
span { border-color: rgb(138,223,112); }
td.TdClassName
{
border-color: #8ADF70;
}
.TagClassName
{
border-color: #8ADF70;
}
</style>