Html Css Color HEX #96D68E Granny Smith Apple
📋 copy color: '#96D68E'red 150 ◦ green 214 ◦ blue 142
Shades of Granny Smith Apple #96D68E
Tints of Granny Smith Apple #96D68E
RGB
CMYK
RGB Variations
Color information
#96D68E (or 0x96D68E) is known color: Granny Smith Apple. HEX triplet: 96, D6 and 8E. RGB value is (150,214,142). Sum of RGB (Red+Green+Blue) = 150+214+142=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 214 (83.98% from 255 or 42.29% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 214 - color contains mainly: green. Hex color #96D68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D68E is #692971. Grayscale: #BABABA. Windows color (decimal): -6891890 or 9361046. OLE color: 9361046.
HSL color Cylindrical-coordinate representation of color #96D68E: hue angle of 113.33º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96D68E is Cyan = 0.30, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 150 | 214 | 142 | - |
| CMYK | 0.30 | 0 | 0.34 | 0.16 |
| HSL | 113.33º | 0.47% | 0.7% | - |
| HSV(B) | 113.33º | 0.34% | 0.84% | - |
| XYZ | 41.51 | 56.53 | 34.31 | - |
| YUV | 186.66 | 102.8 | 101.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 214 | 142 | 0.30 | 0 | 0.34 | 0.16 | 113.33 | 0.47 | 0.7 |
| Hex | 96 | D6 | 8E | 1E | 0 | 22 | 10 | 71 | 2F | 46 |
| Octal | 226 | 326 | 216 | 36 | 0 | 42 | 20 | 161 | 57 | 106 |
| Binary | 10010110 | 11010110 | 10001110 | 11110 | 0 | 100010 | 10000 | 1110001 | 101111 | 1000110 |
Color Harmonies of #96D68E
Complementary color
Monochromatic Colors of #96D68E
Black with #96D68E
Text Example
Text Example
White with #96D68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D68E; }
p { color: rgb(150,214,142); }
H1.HeaderClassName
{
color: #96D68E;
}
.AnyTagClassName
{
color: #96D68E;
}
</style>
background-color css
<style>
a { background-color: #96D68E; }
a { background-color: rgb(150,214,142); }
div.DivClassName
{
background-color: #96D68E;
}
.BgClassName
{
background-color: #96D68E;
}
</style>
border-color css
<style>
span { border-color: #96D68E; }
span { border-color: rgb(150,214,142); }
td.TdClassName
{
border-color: #96D68E;
}
.TagClassName
{
border-color: #96D68E;
}
</style>