Html Css Color HEX #96DD9A Granny Smith Apple
📋 copy color: '#96DD9A'red 150 ◦ green 221 ◦ blue 154
Shades of Granny Smith Apple #96DD9A
Tints of Granny Smith Apple #96DD9A
RGB
CMYK
RGB Variations
Color information
#96DD9A (or 0x96DD9A) is known color: Granny Smith Apple. HEX triplet: 96, DD and 9A. RGB value is (150,221,154). Sum of RGB (Red+Green+Blue) = 150+221+154=525 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.57% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 154 (60.55% from 255 or 29.33% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #96DD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DD9A is #692265. Grayscale: #C0C0C0. Windows color (decimal): -6890086 or 10149270. OLE color: 10149270.
HSL color Cylindrical-coordinate representation of color #96DD9A: hue angle of 123.38º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DD9A is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 221 | 154 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.13 |
| HSL | 123.38º | 0.51% | 0.73% | - |
| HSV(B) | 123.38º | 0.32% | 0.87% | - |
| XYZ | 44.27 | 60.53 | 39.92 | - |
| YUV | 192.13 | 106.48 | 97.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 221 | 154 | 0.32 | 0 | 0.30 | 0.13 | 123.38 | 0.51 | 0.73 |
| Hex | 96 | DD | 9A | 20 | 0 | 1E | D | 7B | 33 | 49 |
| Octal | 226 | 335 | 232 | 40 | 0 | 36 | 15 | 173 | 63 | 111 |
| Binary | 10010110 | 11011101 | 10011010 | 100000 | 0 | 11110 | 1101 | 1111011 | 110011 | 1001001 |
Color Harmonies of #96DD9A
Complementary color
Monochromatic Colors of #96DD9A
Black with #96DD9A
Text Example
Text Example
White with #96DD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DD9A; }
p { color: rgb(150,221,154); }
H1.HeaderClassName
{
color: #96DD9A;
}
.AnyTagClassName
{
color: #96DD9A;
}
</style>
background-color css
<style>
a { background-color: #96DD9A; }
a { background-color: rgb(150,221,154); }
div.DivClassName
{
background-color: #96DD9A;
}
.BgClassName
{
background-color: #96DD9A;
}
</style>
border-color css
<style>
span { border-color: #96DD9A; }
span { border-color: rgb(150,221,154); }
td.TdClassName
{
border-color: #96DD9A;
}
.TagClassName
{
border-color: #96DD9A;
}
</style>