Shades of Light Green #8CDC90
Tints of Light Green #8CDC90
RGB
CMYK
RGB Variations
Color information
#8CDC90 (or 0x8CDC90) is known color: Light Green. HEX triplet: 8C, DC and 90. RGB value is (140,220,144). Sum of RGB (Red+Green+Blue) = 140+220+144=504 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.78% from 504); Green value is 220 (86.33% from 255 or 43.65% from 504); Blue value is 144 (56.64% from 255 or 28.57% from 504); Max value from RGB is 220 - color contains mainly: green. Hex color #8CDC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDC90 is #73236F. Grayscale: #BBBBBB. Windows color (decimal): -7545712 or 9493644. OLE color: 9493644.
HSL color Cylindrical-coordinate representation of color #8CDC90: hue angle of 123º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8CDC90 is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 140 | 220 | 144 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.14 |
| HSL | 123º | 0.53% | 0.71% | - |
| HSV(B) | 123º | 0.36% | 0.86% | - |
| XYZ | 41.44 | 58.78 | 35.55 | - |
| YUV | 187.42 | 103.5 | 94.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 220 | 144 | 0.36 | 0 | 0.35 | 0.14 | 123 | 0.53 | 0.71 |
| Hex | 8C | DC | 90 | 24 | 0 | 23 | E | 7B | 35 | 47 |
| Octal | 214 | 334 | 220 | 44 | 0 | 43 | 16 | 173 | 65 | 107 |
| Binary | 10001100 | 11011100 | 10010000 | 100100 | 0 | 100011 | 1110 | 1111011 | 110101 | 1000111 |
Color Harmonies of #8CDC90
Complementary color
Monochromatic Colors of #8CDC90
Black with #8CDC90
Text Example
Text Example
White with #8CDC90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDC90; }
p { color: rgb(140,220,144); }
H1.HeaderClassName
{
color: #8CDC90;
}
.AnyTagClassName
{
color: #8CDC90;
}
</style>
background-color css
<style>
a { background-color: #8CDC90; }
a { background-color: rgb(140,220,144); }
div.DivClassName
{
background-color: #8CDC90;
}
.BgClassName
{
background-color: #8CDC90;
}
</style>
border-color css
<style>
span { border-color: #8CDC90; }
span { border-color: rgb(140,220,144); }
td.TdClassName
{
border-color: #8CDC90;
}
.TagClassName
{
border-color: #8CDC90;
}
</style>