Shades of Light Green #8CDD90
Tints of Light Green #8CDD90
RGB
CMYK
RGB Variations
Color information
#8CDD90 (or 0x8CDD90) is known color: Light Green. HEX triplet: 8C, DD and 90. RGB value is (140,221,144). Sum of RGB (Red+Green+Blue) = 140+221+144=505 (66% of max value = 765). Red value is 140 (55.08% from 255 or 27.72% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #8CDD90 is #73226F. Grayscale: #BCBCBC. Windows color (decimal): -7545456 or 9493900. OLE color: 9493900.
HSL color Cylindrical-coordinate representation of color #8CDD90: hue angle of 122.96º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CDD90 is Cyan = 0.37, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 140 | 221 | 144 | - |
| CMYK | 0.37 | 0 | 0.35 | 0.13 |
| HSL | 122.96º | 0.54% | 0.71% | - |
| HSV(B) | 122.96º | 0.37% | 0.87% | - |
| XYZ | 41.71 | 59.3 | 35.63 | - |
| YUV | 188 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 221 | 144 | 0.37 | 0 | 0.35 | 0.13 | 122.96 | 0.54 | 0.71 |
| Hex | 8C | DD | 90 | 25 | 0 | 23 | D | 7B | 36 | 47 |
| Octal | 214 | 335 | 220 | 45 | 0 | 43 | 15 | 173 | 66 | 107 |
| Binary | 10001100 | 11011101 | 10010000 | 100101 | 0 | 100011 | 1101 | 1111011 | 110110 | 1000111 |
Color Harmonies of #8CDD90
Complementary color
Monochromatic Colors of #8CDD90
Black with #8CDD90
Text Example
Text Example
White with #8CDD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CDD90; }
p { color: rgb(140,221,144); }
H1.HeaderClassName
{
color: #8CDD90;
}
.AnyTagClassName
{
color: #8CDD90;
}
</style>
background-color css
<style>
a { background-color: #8CDD90; }
a { background-color: rgb(140,221,144); }
div.DivClassName
{
background-color: #8CDD90;
}
.BgClassName
{
background-color: #8CDD90;
}
</style>
border-color css
<style>
span { border-color: #8CDD90; }
span { border-color: rgb(140,221,144); }
td.TdClassName
{
border-color: #8CDD90;
}
.TagClassName
{
border-color: #8CDD90;
}
</style>