Html Css Color HEX #96DE8F Granny Smith Apple
📋 copy color: '#96DE8F'red 150 ◦ green 222 ◦ blue 143
Shades of Granny Smith Apple #96DE8F
Tints of Granny Smith Apple #96DE8F
RGB
CMYK
RGB Variations
Color information
#96DE8F (or 0x96DE8F) is known color: Granny Smith Apple. HEX triplet: 96, DE and 8F. RGB value is (150,222,143). Sum of RGB (Red+Green+Blue) = 150+222+143=515 (68% of max value = 765). Red value is 150 (58.98% from 255 or 29.13% from 515); Green value is 222 (87.11% from 255 or 43.11% from 515); Blue value is 143 (56.25% from 255 or 27.77% from 515); Max value from RGB is 222 - color contains mainly: green. Hex color #96DE8F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96DE8F is #692170. Grayscale: #BFBFBF. Windows color (decimal): -6889841 or 9428630. OLE color: 9428630.
HSL color Cylindrical-coordinate representation of color #96DE8F: hue angle of 114.68º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96DE8F is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 150 | 222 | 143 | - |
| CMYK | 0.32 | 0 | 0.36 | 0.13 |
| HSL | 114.68º | 0.54% | 0.72% | - |
| HSV(B) | 114.68º | 0.36% | 0.87% | - |
| XYZ | 43.66 | 60.71 | 35.4 | - |
| YUV | 191.47 | 100.65 | 98.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 222 | 143 | 0.32 | 0 | 0.36 | 0.13 | 114.68 | 0.54 | 0.72 |
| Hex | 96 | DE | 8F | 20 | 0 | 24 | D | 73 | 36 | 48 |
| Octal | 226 | 336 | 217 | 40 | 0 | 44 | 15 | 163 | 66 | 110 |
| Binary | 10010110 | 11011110 | 10001111 | 100000 | 0 | 100100 | 1101 | 1110011 | 110110 | 1001000 |
Color Harmonies of #96DE8F
Complementary color
Monochromatic Colors of #96DE8F
Black with #96DE8F
Text Example
Text Example
White with #96DE8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96DE8F; }
p { color: rgb(150,222,143); }
H1.HeaderClassName
{
color: #96DE8F;
}
.AnyTagClassName
{
color: #96DE8F;
}
</style>
background-color css
<style>
a { background-color: #96DE8F; }
a { background-color: rgb(150,222,143); }
div.DivClassName
{
background-color: #96DE8F;
}
.BgClassName
{
background-color: #96DE8F;
}
</style>
border-color css
<style>
span { border-color: #96DE8F; }
span { border-color: rgb(150,222,143); }
td.TdClassName
{
border-color: #96DE8F;
}
.TagClassName
{
border-color: #96DE8F;
}
</style>