Shades of Pastel Green #8CEA6A
Tints of Pastel Green #8CEA6A
RGB
CMYK
RGB Variations
Color information
#8CEA6A (or 0x8CEA6A) is known color: Pastel Green. HEX triplet: 8C, EA and 6A. RGB value is (140,234,106). Sum of RGB (Red+Green+Blue) = 140+234+106=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 234 (91.80% from 255 or 48.75% from 480); Blue value is 106 (41.80% from 255 or 22.08% from 480); Max value from RGB is 234 - color contains mainly: green. Hex color #8CEA6A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CEA6A is #731595. Grayscale: #BFBFBF. Windows color (decimal): -7542166 or 7006860. OLE color: 7006860.
HSL color Cylindrical-coordinate representation of color #8CEA6A: hue angle of 104.06º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8CEA6A is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 140 | 234 | 106 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.08 |
| HSL | 104.06º | 0.75% | 0.67% | - |
| HSV(B) | 104.06º | 0.55% | 0.92% | - |
| XYZ | 42.84 | 65.46 | 24.01 | - |
| YUV | 191.3 | 79.86 | 91.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 234 | 106 | 0.40 | 0 | 0.55 | 0.08 | 104.06 | 0.75 | 0.67 |
| Hex | 8C | EA | 6A | 28 | 0 | 37 | 8 | 68 | 4B | 43 |
| Octal | 214 | 352 | 152 | 50 | 0 | 67 | 10 | 150 | 113 | 103 |
| Binary | 10001100 | 11101010 | 1101010 | 101000 | 0 | 110111 | 1000 | 1101000 | 1001011 | 1000011 |
Color Harmonies of #8CEA6A
Complementary color
Monochromatic Colors of #8CEA6A
Black with #8CEA6A
Text Example
Text Example
White with #8CEA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CEA6A; }
p { color: rgb(140,234,106); }
H1.HeaderClassName
{
color: #8CEA6A;
}
.AnyTagClassName
{
color: #8CEA6A;
}
</style>
background-color css
<style>
a { background-color: #8CEA6A; }
a { background-color: rgb(140,234,106); }
div.DivClassName
{
background-color: #8CEA6A;
}
.BgClassName
{
background-color: #8CEA6A;
}
</style>
border-color css
<style>
span { border-color: #8CEA6A; }
span { border-color: rgb(140,234,106); }
td.TdClassName
{
border-color: #8CEA6A;
}
.TagClassName
{
border-color: #8CEA6A;
}
</style>