Shades of Light Green #8CED7A
Tints of Light Green #8CED7A
RGB
CMYK
RGB Variations
Color information
#8CED7A (or 0x8CED7A) is known color: Light Green. HEX triplet: 8C, ED and 7A. RGB value is (140,237,122). Sum of RGB (Red+Green+Blue) = 140+237+122=499 (66% of max value = 765). Red value is 140 (55.08% from 255 or 28.06% from 499); Green value is 237 (92.97% from 255 or 47.49% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 237 - color contains mainly: green. Hex color #8CED7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8CED7A is #731285. Grayscale: #C3C3C3. Windows color (decimal): -7541382 or 8056204. OLE color: 8056204.
HSL color Cylindrical-coordinate representation of color #8CED7A: hue angle of 110.61º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8CED7A is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 140 | 237 | 122 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.07 |
| HSL | 110.61º | 0.76% | 0.7% | - |
| HSV(B) | 110.61º | 0.49% | 0.93% | - |
| XYZ | 44.61 | 67.55 | 29.1 | - |
| YUV | 194.89 | 86.86 | 88.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 237 | 122 | 0.41 | 0 | 0.49 | 0.07 | 110.61 | 0.76 | 0.7 |
| Hex | 8C | ED | 7A | 29 | 0 | 31 | 7 | 6F | 4C | 46 |
| Octal | 214 | 355 | 172 | 51 | 0 | 61 | 7 | 157 | 114 | 106 |
| Binary | 10001100 | 11101101 | 1111010 | 101001 | 0 | 110001 | 111 | 1101111 | 1001100 | 1000110 |
Color Harmonies of #8CED7A
Complementary color
Monochromatic Colors of #8CED7A
Black with #8CED7A
Text Example
Text Example
White with #8CED7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CED7A; }
p { color: rgb(140,237,122); }
H1.HeaderClassName
{
color: #8CED7A;
}
.AnyTagClassName
{
color: #8CED7A;
}
</style>
background-color css
<style>
a { background-color: #8CED7A; }
a { background-color: rgb(140,237,122); }
div.DivClassName
{
background-color: #8CED7A;
}
.BgClassName
{
background-color: #8CED7A;
}
</style>
border-color css
<style>
span { border-color: #8CED7A; }
span { border-color: rgb(140,237,122); }
td.TdClassName
{
border-color: #8CED7A;
}
.TagClassName
{
border-color: #8CED7A;
}
</style>