Shades of Pastel Green #8AEB70
Tints of Pastel Green #8AEB70
RGB
CMYK
RGB Variations
Color information
#8AEB70 (or 0x8AEB70) is known color: Pastel Green. HEX triplet: 8A, EB and 70. RGB value is (138,235,112). Sum of RGB (Red+Green+Blue) = 138+235+112=485 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.45% from 485); Green value is 235 (92.19% from 255 or 48.45% from 485); Blue value is 112 (44.14% from 255 or 23.09% from 485); Max value from RGB is 235 - color contains mainly: green. Hex color #8AEB70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AEB70 is #75148F. Grayscale: #C0C0C0. Windows color (decimal): -7672976 or 7400330. OLE color: 7400330.
HSL color Cylindrical-coordinate representation of color #8AEB70: hue angle of 107.32º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8AEB70 is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 138 | 235 | 112 | - |
| CMYK | 0.41 | 0 | 0.52 | 0.08 |
| HSL | 107.32º | 0.75% | 0.68% | - |
| HSV(B) | 107.32º | 0.52% | 0.92% | - |
| XYZ | 43.11 | 65.99 | 25.79 | - |
| YUV | 191.98 | 82.86 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 235 | 112 | 0.41 | 0 | 0.52 | 0.08 | 107.32 | 0.75 | 0.68 |
| Hex | 8A | EB | 70 | 29 | 0 | 34 | 8 | 6B | 4B | 44 |
| Octal | 212 | 353 | 160 | 51 | 0 | 64 | 10 | 153 | 113 | 104 |
| Binary | 10001010 | 11101011 | 1110000 | 101001 | 0 | 110100 | 1000 | 1101011 | 1001011 | 1000100 |
Color Harmonies of #8AEB70
Complementary color
Monochromatic Colors of #8AEB70
Black with #8AEB70
Text Example
Text Example
White with #8AEB70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AEB70; }
p { color: rgb(138,235,112); }
H1.HeaderClassName
{
color: #8AEB70;
}
.AnyTagClassName
{
color: #8AEB70;
}
</style>
background-color css
<style>
a { background-color: #8AEB70; }
a { background-color: rgb(138,235,112); }
div.DivClassName
{
background-color: #8AEB70;
}
.BgClassName
{
background-color: #8AEB70;
}
</style>
border-color css
<style>
span { border-color: #8AEB70; }
span { border-color: rgb(138,235,112); }
td.TdClassName
{
border-color: #8AEB70;
}
.TagClassName
{
border-color: #8AEB70;
}
</style>