Shades of Pastel Green #8CEA70
Tints of Pastel Green #8CEA70
RGB
CMYK
RGB Variations
Color information
#8CEA70 (or 0x8CEA70) is known color: Pastel Green. HEX triplet: 8C, EA and 70. RGB value is (140,234,112). Sum of RGB (Red+Green+Blue) = 140+234+112=486 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.81% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 112 (44.14% from 255 or 23.05% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEA70 is #73158F. Grayscale: #C0C0C0. Windows color (decimal): -7542160 or 7400076. OLE color: 7400076.
HSL color Cylindrical-coordinate representation of color #8CEA70: hue angle of 106.23º degrees, saturation: 0.74, 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 #8CEA70 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 112 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.08 |
| HSL | 106.23º | 0.74% | 0.68% | - |
| HSV(B) | 106.23º | 0.52% | 0.92% | - |
| XYZ | 43.16 | 65.59 | 25.71 | - |
| YUV | 191.99 | 82.86 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 112 | 0.40 | 0 | 0.52 | 0.08 | 106.23 | 0.74 | 0.68 |
| Hex | 8C | EA | 70 | 28 | 0 | 34 | 8 | 6A | 4A | 44 |
| Octal | 214 | 352 | 160 | 50 | 0 | 64 | 10 | 152 | 112 | 104 |
| Binary | 10001100 | 11101010 | 1110000 | 101000 | 0 | 110100 | 1000 | 1101010 | 1001010 | 1000100 |
Color Harmonies of #8CEA70
Complementary color
Monochromatic Colors of #8CEA70
Black with #8CEA70
Text Example
Text Example
White with #8CEA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA70; }
p { color: rgb(140,234,112); }
H1.HeaderClassName
{
color: #8CEA70;
}
.AnyTagClassName
{
color: #8CEA70;
}
</style>
background-color css
<style>
a { background-color: #8CEA70; }
a { background-color: rgb(140,234,112); }
div.DivClassName
{
background-color: #8CEA70;
}
.BgClassName
{
background-color: #8CEA70;
}
</style>
border-color css
<style>
span { border-color: #8CEA70; }
span { border-color: rgb(140,234,112); }
td.TdClassName
{
border-color: #8CEA70;
}
.TagClassName
{
border-color: #8CEA70;
}
</style>