Shades of Pastel Green #8CE16C
Tints of Pastel Green #8CE16C
RGB
CMYK
RGB Variations
Color information
#8CE16C (or 0x8CE16C) is known color: Pastel Green. HEX triplet: 8C, E1 and 6C. RGB value is (140,225,108). Sum of RGB (Red+Green+Blue) = 140+225+108=473 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.60% from 473); Green value is 225 (88.28% from 255 or 47.57% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE16C is #731E93. Grayscale: #BABABA. Windows color (decimal): -7544468 or 7135628. OLE color: 7135628.
HSL color Cylindrical-coordinate representation of color #8CE16C: hue angle of 103.59º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8CE16C is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 108 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.12 |
| HSL | 103.59º | 0.66% | 0.65% | - |
| HSV(B) | 103.59º | 0.52% | 0.88% | - |
| XYZ | 40.45 | 60.51 | 23.73 | - |
| YUV | 186.25 | 83.84 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 108 | 0.38 | 0 | 0.52 | 0.12 | 103.59 | 0.66 | 0.65 |
| Hex | 8C | E1 | 6C | 26 | 0 | 34 | C | 68 | 42 | 41 |
| Octal | 214 | 341 | 154 | 46 | 0 | 64 | 14 | 150 | 102 | 101 |
| Binary | 10001100 | 11100001 | 1101100 | 100110 | 0 | 110100 | 1100 | 1101000 | 1000010 | 1000001 |
Color Harmonies of #8CE16C
Complementary color
Monochromatic Colors of #8CE16C
Black with #8CE16C
Text Example
Text Example
White with #8CE16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE16C; }
p { color: rgb(140,225,108); }
H1.HeaderClassName
{
color: #8CE16C;
}
.AnyTagClassName
{
color: #8CE16C;
}
</style>
background-color css
<style>
a { background-color: #8CE16C; }
a { background-color: rgb(140,225,108); }
div.DivClassName
{
background-color: #8CE16C;
}
.BgClassName
{
background-color: #8CE16C;
}
</style>
border-color css
<style>
span { border-color: #8CE16C; }
span { border-color: rgb(140,225,108); }
td.TdClassName
{
border-color: #8CE16C;
}
.TagClassName
{
border-color: #8CE16C;
}
</style>