Html Css Color HEX #96D58E Granny Smith Apple
📋 copy color: '#96D58E'red 150 ◦ green 213 ◦ blue 142
Shades of Granny Smith Apple #96D58E
Tints of Granny Smith Apple #96D58E
RGB
CMYK
RGB Variations
Color information
#96D58E (or 0x96D58E) is known color: Granny Smith Apple. HEX triplet: 96, D5 and 8E. RGB value is (150,213,142). Sum of RGB (Red+Green+Blue) = 150+213+142=505 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.70% from 505); Green value is 213 (83.59% from 255 or 42.18% from 505); Blue value is 142 (55.86% from 255 or 28.12% from 505); Max value from RGB is 213 - color contains mainly: green. Hex color #96D58E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D58E is #692A71. Grayscale: #BABABA. Windows color (decimal): -6892146 or 9360790. OLE color: 9360790.
HSL color Cylindrical-coordinate representation of color #96D58E: hue angle of 113.24º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #96D58E is Cyan = 0.30, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 213 | 142 | - |
| CMYK | 0.30 | 0 | 0.33 | 0.16 |
| HSL | 113.24º | 0.46% | 0.7% | - |
| HSV(B) | 113.24º | 0.33% | 0.84% | - |
| XYZ | 41.25 | 56.03 | 34.23 | - |
| YUV | 186.07 | 103.13 | 102.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 213 | 142 | 0.30 | 0 | 0.33 | 0.16 | 113.24 | 0.46 | 0.7 |
| Hex | 96 | D5 | 8E | 1E | 0 | 21 | 10 | 71 | 2E | 46 |
| Octal | 226 | 325 | 216 | 36 | 0 | 41 | 20 | 161 | 56 | 106 |
| Binary | 10010110 | 11010101 | 10001110 | 11110 | 0 | 100001 | 10000 | 1110001 | 101110 | 1000110 |
Color Harmonies of #96D58E
Complementary color
Monochromatic Colors of #96D58E
Black with #96D58E
Text Example
Text Example
White with #96D58E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D58E; }
p { color: rgb(150,213,142); }
H1.HeaderClassName
{
color: #96D58E;
}
.AnyTagClassName
{
color: #96D58E;
}
</style>
background-color css
<style>
a { background-color: #96D58E; }
a { background-color: rgb(150,213,142); }
div.DivClassName
{
background-color: #96D58E;
}
.BgClassName
{
background-color: #96D58E;
}
</style>
border-color css
<style>
span { border-color: #96D58E; }
span { border-color: rgb(150,213,142); }
td.TdClassName
{
border-color: #96D58E;
}
.TagClassName
{
border-color: #96D58E;
}
</style>