Html Css Color HEX #96DB9A Granny Smith Apple
📋 copy color: '#96DB9A'red 150 ◦ green 219 ◦ blue 154
Shades of Granny Smith Apple #96DB9A
Tints of Granny Smith Apple #96DB9A
RGB
CMYK
RGB Variations
Color information
#96DB9A (or 0x96DB9A) is known color: Granny Smith Apple. HEX triplet: 96, DB and 9A. RGB value is (150,219,154). Sum of RGB (Red+Green+Blue) = 150+219+154=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 154 (60.55% from 255 or 29.45% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #96DB9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DB9A is #692465. Grayscale: #BFBFBF. Windows color (decimal): -6890598 or 10148758. OLE color: 10148758.
HSL color Cylindrical-coordinate representation of color #96DB9A: hue angle of 123.48º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96DB9A is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 150 | 219 | 154 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.14 |
| HSL | 123.48º | 0.49% | 0.72% | - |
| HSV(B) | 123.48º | 0.32% | 0.86% | - |
| XYZ | 43.74 | 59.48 | 39.75 | - |
| YUV | 190.96 | 107.14 | 98.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 219 | 154 | 0.32 | 0 | 0.30 | 0.14 | 123.48 | 0.49 | 0.72 |
| Hex | 96 | DB | 9A | 20 | 0 | 1E | E | 7B | 31 | 48 |
| Octal | 226 | 333 | 232 | 40 | 0 | 36 | 16 | 173 | 61 | 110 |
| Binary | 10010110 | 11011011 | 10011010 | 100000 | 0 | 11110 | 1110 | 1111011 | 110001 | 1001000 |
Color Harmonies of #96DB9A
Complementary color
Monochromatic Colors of #96DB9A
Black with #96DB9A
Text Example
Text Example
White with #96DB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DB9A; }
p { color: rgb(150,219,154); }
H1.HeaderClassName
{
color: #96DB9A;
}
.AnyTagClassName
{
color: #96DB9A;
}
</style>
background-color css
<style>
a { background-color: #96DB9A; }
a { background-color: rgb(150,219,154); }
div.DivClassName
{
background-color: #96DB9A;
}
.BgClassName
{
background-color: #96DB9A;
}
</style>
border-color css
<style>
span { border-color: #96DB9A; }
span { border-color: rgb(150,219,154); }
td.TdClassName
{
border-color: #96DB9A;
}
.TagClassName
{
border-color: #96DB9A;
}
</style>