Html Css Color HEX #90DD8C Granny Smith Apple
📋 copy color: '#90DD8C'red 144 ◦ green 221 ◦ blue 140
Shades of Granny Smith Apple #90DD8C
Tints of Granny Smith Apple #90DD8C
RGB
CMYK
RGB Variations
Color information
#90DD8C (or 0x90DD8C) is known color: Granny Smith Apple. HEX triplet: 90, DD and 8C. RGB value is (144,221,140). Sum of RGB (Red+Green+Blue) = 144+221+140=505 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.51% from 505); Green value is 221 (86.72% from 255 or 43.76% from 505); Blue value is 140 (55.08% from 255 or 27.72% from 505); Max value from RGB is 221 - color contains mainly: green. Hex color #90DD8C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #90DD8C is #6F2273. Grayscale: #BCBCBC. Windows color (decimal): -7283316 or 9231760. OLE color: 9231760.
HSL color Cylindrical-coordinate representation of color #90DD8C: hue angle of 117.04º 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 #90DD8C is Cyan = 0.35, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 144 | 221 | 140 | - |
| CMYK | 0.35 | 0 | 0.37 | 0.13 |
| HSL | 117.04º | 0.54% | 0.71% | - |
| HSV(B) | 117.04º | 0.37% | 0.87% | - |
| XYZ | 42.09 | 59.54 | 34.08 | - |
| YUV | 188.74 | 100.49 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 221 | 140 | 0.35 | 0 | 0.37 | 0.13 | 117.04 | 0.54 | 0.71 |
| Hex | 90 | DD | 8C | 23 | 0 | 25 | D | 75 | 36 | 47 |
| Octal | 220 | 335 | 214 | 43 | 0 | 45 | 15 | 165 | 66 | 107 |
| Binary | 10010000 | 11011101 | 10001100 | 100011 | 0 | 100101 | 1101 | 1110101 | 110110 | 1000111 |
Color Harmonies of #90DD8C
Complementary color
Monochromatic Colors of #90DD8C
Black with #90DD8C
Text Example
Text Example
White with #90DD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #90DD8C; }
p { color: rgb(144,221,140); }
H1.HeaderClassName
{
color: #90DD8C;
}
.AnyTagClassName
{
color: #90DD8C;
}
</style>
background-color css
<style>
a { background-color: #90DD8C; }
a { background-color: rgb(144,221,140); }
div.DivClassName
{
background-color: #90DD8C;
}
.BgClassName
{
background-color: #90DD8C;
}
</style>
border-color css
<style>
span { border-color: #90DD8C; }
span { border-color: rgb(144,221,140); }
td.TdClassName
{
border-color: #90DD8C;
}
.TagClassName
{
border-color: #90DD8C;
}
</style>