Shades of Pastel Green #8CE069
Tints of Pastel Green #8CE069
RGB
CMYK
RGB Variations
Color information
#8CE069 (or 0x8CE069) is known color: Pastel Green. HEX triplet: 8C, E0 and 69. RGB value is (140,224,105). Sum of RGB (Red+Green+Blue) = 140+224+105=469 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.85% from 469); Green value is 224 (87.89% from 255 or 47.76% from 469); Blue value is 105 (41.41% from 255 or 22.39% from 469); Max value from RGB is 224 - color contains mainly: green. Hex color #8CE069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE069 is #731F96. Grayscale: #B9B9B9. Windows color (decimal): -7544727 or 6938764. OLE color: 6938764.
HSL color Cylindrical-coordinate representation of color #8CE069: hue angle of 102.35º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8CE069 is Cyan = 0.38, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 224 | 105 | - |
| CMYK | 0.38 | 0 | 0.53 | 0.12 |
| HSL | 102.35º | 0.66% | 0.65% | - |
| HSV(B) | 102.35º | 0.53% | 0.88% | - |
| XYZ | 40.02 | 59.91 | 22.82 | - |
| YUV | 185.32 | 82.67 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 224 | 105 | 0.38 | 0 | 0.53 | 0.12 | 102.35 | 0.66 | 0.65 |
| Hex | 8C | E0 | 69 | 26 | 0 | 35 | C | 66 | 42 | 41 |
| Octal | 214 | 340 | 151 | 46 | 0 | 65 | 14 | 146 | 102 | 101 |
| Binary | 10001100 | 11100000 | 1101001 | 100110 | 0 | 110101 | 1100 | 1100110 | 1000010 | 1000001 |
Color Harmonies of #8CE069
Complementary color
Monochromatic Colors of #8CE069
Black with #8CE069
Text Example
Text Example
White with #8CE069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE069; }
p { color: rgb(140,224,105); }
H1.HeaderClassName
{
color: #8CE069;
}
.AnyTagClassName
{
color: #8CE069;
}
</style>
background-color css
<style>
a { background-color: #8CE069; }
a { background-color: rgb(140,224,105); }
div.DivClassName
{
background-color: #8CE069;
}
.BgClassName
{
background-color: #8CE069;
}
</style>
border-color css
<style>
span { border-color: #8CE069; }
span { border-color: rgb(140,224,105); }
td.TdClassName
{
border-color: #8CE069;
}
.TagClassName
{
border-color: #8CE069;
}
</style>