Shades of Pastel Green #8EF069
Tints of Pastel Green #8EF069
RGB
CMYK
RGB Variations
Color information
#8EF069 (or 0x8EF069) is known color: Pastel Green. HEX triplet: 8E, F0 and 69. RGB value is (142,240,105). Sum of RGB (Red+Green+Blue) = 142+240+105=487 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.16% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 105 (41.41% from 255 or 21.56% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #8EF069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EF069 is #710F96. Grayscale: #C3C3C3. Windows color (decimal): -7409559 or 6942862. OLE color: 6942862.
HSL color Cylindrical-coordinate representation of color #8EF069: hue angle of 103.56º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8EF069 is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 142 | 240 | 105 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.06 |
| HSL | 103.56º | 0.82% | 0.68% | - |
| HSV(B) | 103.56º | 0.56% | 0.94% | - |
| XYZ | 44.87 | 69.09 | 24.34 | - |
| YUV | 195.31 | 77.03 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 240 | 105 | 0.41 | 0 | 0.56 | 0.06 | 103.56 | 0.82 | 0.68 |
| Hex | 8E | F0 | 69 | 29 | 0 | 38 | 6 | 68 | 52 | 44 |
| Octal | 216 | 360 | 151 | 51 | 0 | 70 | 6 | 150 | 122 | 104 |
| Binary | 10001110 | 11110000 | 1101001 | 101001 | 0 | 111000 | 110 | 1101000 | 1010010 | 1000100 |
Color Harmonies of #8EF069
Complementary color
Monochromatic Colors of #8EF069
Black with #8EF069
Text Example
Text Example
White with #8EF069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EF069; }
p { color: rgb(142,240,105); }
H1.HeaderClassName
{
color: #8EF069;
}
.AnyTagClassName
{
color: #8EF069;
}
</style>
background-color css
<style>
a { background-color: #8EF069; }
a { background-color: rgb(142,240,105); }
div.DivClassName
{
background-color: #8EF069;
}
.BgClassName
{
background-color: #8EF069;
}
</style>
border-color css
<style>
span { border-color: #8EF069; }
span { border-color: rgb(142,240,105); }
td.TdClassName
{
border-color: #8EF069;
}
.TagClassName
{
border-color: #8EF069;
}
</style>