Shades of Pastel Green #8CE16B
Tints of Pastel Green #8CE16B
RGB
CMYK
RGB Variations
Color information
#8CE16B (or 0x8CE16B) is known color: Pastel Green. HEX triplet: 8C, E1 and 6B. RGB value is (140,225,107). Sum of RGB (Red+Green+Blue) = 140+225+107=472 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.66% from 472); Green value is 225 (88.28% from 255 or 47.67% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 225 - color contains mainly: green. Hex color #8CE16B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CE16B is #731E94. Grayscale: #BABABA. Windows color (decimal): -7544469 or 7070092. OLE color: 7070092.
HSL color Cylindrical-coordinate representation of color #8CE16B: hue angle of 103.22º 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 #8CE16B is Cyan = 0.38, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 140 | 225 | 107 | - |
| CMYK | 0.38 | 0 | 0.52 | 0.12 |
| HSL | 103.22º | 0.66% | 0.65% | - |
| HSV(B) | 103.22º | 0.52% | 0.88% | - |
| XYZ | 40.39 | 60.49 | 23.46 | - |
| YUV | 186.13 | 83.34 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 225 | 107 | 0.38 | 0 | 0.52 | 0.12 | 103.22 | 0.66 | 0.65 |
| Hex | 8C | E1 | 6B | 26 | 0 | 34 | C | 67 | 42 | 41 |
| Octal | 214 | 341 | 153 | 46 | 0 | 64 | 14 | 147 | 102 | 101 |
| Binary | 10001100 | 11100001 | 1101011 | 100110 | 0 | 110100 | 1100 | 1100111 | 1000010 | 1000001 |
Color Harmonies of #8CE16B
Complementary color
Monochromatic Colors of #8CE16B
Black with #8CE16B
Text Example
Text Example
White with #8CE16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CE16B; }
p { color: rgb(140,225,107); }
H1.HeaderClassName
{
color: #8CE16B;
}
.AnyTagClassName
{
color: #8CE16B;
}
</style>
background-color css
<style>
a { background-color: #8CE16B; }
a { background-color: rgb(140,225,107); }
div.DivClassName
{
background-color: #8CE16B;
}
.BgClassName
{
background-color: #8CE16B;
}
</style>
border-color css
<style>
span { border-color: #8CE16B; }
span { border-color: rgb(140,225,107); }
td.TdClassName
{
border-color: #8CE16B;
}
.TagClassName
{
border-color: #8CE16B;
}
</style>