Html Css Color HEX #96DD90 Granny Smith Apple
📋 copy color: '#96DD90'red 150 ◦ green 221 ◦ blue 144
Shades of Granny Smith Apple #96DD90
Tints of Granny Smith Apple #96DD90
RGB
CMYK
RGB Variations
Color information
#96DD90 (or 0x96DD90) is known color: Granny Smith Apple. HEX triplet: 96, DD and 90. RGB value is (150,221,144). Sum of RGB (Red+Green+Blue) = 150+221+144=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 221 (86.72% from 255 or 42.91% from 515); Blue value is 144 (56.64% from 255 or 27.96% from 515); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD90 is #69226F. Grayscale: #BFBFBF. Windows color (decimal): -6890096 or 9493910. OLE color: 9493910.
HSL color Cylindrical-coordinate representation of color #96DD90: hue angle of 115.32º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96DD90 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 144 | - |
| CMYK | 0.32 | 0 | 0.35 | 0.13 |
| HSL | 115.32º | 0.53% | 0.72% | - |
| HSV(B) | 115.32º | 0.35% | 0.87% | - |
| XYZ | 43.47 | 60.21 | 35.72 | - |
| YUV | 190.99 | 101.48 | 98.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 144 | 0.32 | 0 | 0.35 | 0.13 | 115.32 | 0.53 | 0.72 |
| Hex | 96 | DD | 90 | 20 | 0 | 23 | D | 73 | 35 | 48 |
| Octal | 226 | 335 | 220 | 40 | 0 | 43 | 15 | 163 | 65 | 110 |
| Binary | 10010110 | 11011101 | 10010000 | 100000 | 0 | 100011 | 1101 | 1110011 | 110101 | 1001000 |
Color Harmonies of #96DD90
Complementary color
Monochromatic Colors of #96DD90
Black with #96DD90
Text Example
Text Example
White with #96DD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD90; }
p { color: rgb(150,221,144); }
H1.HeaderClassName
{
color: #96DD90;
}
.AnyTagClassName
{
color: #96DD90;
}
</style>
background-color css
<style>
a { background-color: #96DD90; }
a { background-color: rgb(150,221,144); }
div.DivClassName
{
background-color: #96DD90;
}
.BgClassName
{
background-color: #96DD90;
}
</style>
border-color css
<style>
span { border-color: #96DD90; }
span { border-color: rgb(150,221,144); }
td.TdClassName
{
border-color: #96DD90;
}
.TagClassName
{
border-color: #96DD90;
}
</style>