Shades of Pastel Green #8CE270
Tints of Pastel Green #8CE270
RGB
CMYK
RGB Variations
Color information
#8CE270 (or 0x8CE270) is known color: Pastel Green. HEX triplet: 8C, E2 and 70. RGB value is (140,226,112). Sum of RGB (Red+Green+Blue) = 140+226+112=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 226 (88.67% from 255 or 47.28% from 478); Blue value is 112 (44.14% from 255 or 23.43% from 478); Max value from RGB is 226 - color contains mainly: green. Hex color #8CE270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE270 is #731D8F. Grayscale: #BBBBBB. Windows color (decimal): -7544208 or 7398028. OLE color: 7398028.
HSL color Cylindrical-coordinate representation of color #8CE270: hue angle of 105.26º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8CE270 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 140 | 226 | 112 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.11 |
| HSL | 105.26º | 0.66% | 0.66% | - |
| HSV(B) | 105.26º | 0.5% | 0.89% | - |
| XYZ | 40.94 | 61.14 | 24.97 | - |
| YUV | 187.29 | 85.51 | 94.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 226 | 112 | 0.38 | 0 | 0.50 | 0.11 | 105.26 | 0.66 | 0.66 |
| Hex | 8C | E2 | 70 | 26 | 0 | 32 | B | 69 | 42 | 42 |
| Octal | 214 | 342 | 160 | 46 | 0 | 62 | 13 | 151 | 102 | 102 |
| Binary | 10001100 | 11100010 | 1110000 | 100110 | 0 | 110010 | 1011 | 1101001 | 1000010 | 1000010 |
Color Harmonies of #8CE270
Complementary color
Monochromatic Colors of #8CE270
Black with #8CE270
Text Example
Text Example
White with #8CE270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE270; }
p { color: rgb(140,226,112); }
H1.HeaderClassName
{
color: #8CE270;
}
.AnyTagClassName
{
color: #8CE270;
}
</style>
background-color css
<style>
a { background-color: #8CE270; }
a { background-color: rgb(140,226,112); }
div.DivClassName
{
background-color: #8CE270;
}
.BgClassName
{
background-color: #8CE270;
}
</style>
border-color css
<style>
span { border-color: #8CE270; }
span { border-color: rgb(140,226,112); }
td.TdClassName
{
border-color: #8CE270;
}
.TagClassName
{
border-color: #8CE270;
}
</style>