Html Css Color HEX #96D594 Granny Smith Apple
📋 copy color: '#96D594'red 150 ◦ green 213 ◦ blue 148
Shades of Granny Smith Apple #96D594
Tints of Granny Smith Apple #96D594
RGB
CMYK
RGB Variations
Color information
#96D594 (or 0x96D594) is known color: Granny Smith Apple. HEX triplet: 96, D5 and 94. RGB value is (150,213,148). Sum of RGB (Red+Green+Blue) = 150+213+148=511 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.35% from 511); Green value is 213 (83.59% from 255 or 41.68% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 213 - color contains mainly: green. Hex color #96D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D594 is #692A6B. Grayscale: #BABABA. Windows color (decimal): -6892140 or 9754006. OLE color: 9754006.
HSL color Cylindrical-coordinate representation of color #96D594: hue angle of 118.15º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96D594 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 148 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.16 |
| HSL | 118.15º | 0.44% | 0.71% | - |
| HSV(B) | 118.15º | 0.31% | 0.84% | - |
| XYZ | 41.72 | 56.21 | 36.67 | - |
| YUV | 186.75 | 106.13 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 148 | 0.30 | 0 | 0.31 | 0.16 | 118.15 | 0.44 | 0.71 |
| Hex | 96 | D5 | 94 | 1E | 0 | 1F | 10 | 76 | 2C | 47 |
| Octal | 226 | 325 | 224 | 36 | 0 | 37 | 20 | 166 | 54 | 107 |
| Binary | 10010110 | 11010101 | 10010100 | 11110 | 0 | 11111 | 10000 | 1110110 | 101100 | 1000111 |
Color Harmonies of #96D594
Complementary color
Monochromatic Colors of #96D594
Black with #96D594
Text Example
Text Example
White with #96D594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D594; }
p { color: rgb(150,213,148); }
H1.HeaderClassName
{
color: #96D594;
}
.AnyTagClassName
{
color: #96D594;
}
</style>
background-color css
<style>
a { background-color: #96D594; }
a { background-color: rgb(150,213,148); }
div.DivClassName
{
background-color: #96D594;
}
.BgClassName
{
background-color: #96D594;
}
</style>
border-color css
<style>
span { border-color: #96D594; }
span { border-color: rgb(150,213,148); }
td.TdClassName
{
border-color: #96D594;
}
.TagClassName
{
border-color: #96D594;
}
</style>