Html Css Color HEX #96CE8D Granny Smith Apple
📋 copy color: '#96CE8D'red 150 ◦ green 206 ◦ blue 141
Shades of Granny Smith Apple #96CE8D
Tints of Granny Smith Apple #96CE8D
RGB
CMYK
RGB Variations
Color information
#96CE8D (or 0x96CE8D) is known color: Granny Smith Apple. HEX triplet: 96, CE and 8D. RGB value is (150,206,141). Sum of RGB (Red+Green+Blue) = 150+206+141=497 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.18% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 141 (55.47% from 255 or 28.37% from 497); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE8D is #693172. Grayscale: #B6B6B6. Windows color (decimal): -6893939 or 9293462. OLE color: 9293462.
HSL color Cylindrical-coordinate representation of color #96CE8D: hue angle of 111.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96CE8D is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 141 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.19 |
| HSL | 111.69º | 0.4% | 0.68% | - |
| HSV(B) | 111.69º | 0.32% | 0.81% | - |
| XYZ | 39.46 | 52.55 | 33.26 | - |
| YUV | 181.85 | 104.95 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 141 | 0.27 | 0 | 0.32 | 0.19 | 111.69 | 0.4 | 0.68 |
| Hex | 96 | CE | 8D | 1B | 0 | 20 | 13 | 70 | 28 | 44 |
| Octal | 226 | 316 | 215 | 33 | 0 | 40 | 23 | 160 | 50 | 104 |
| Binary | 10010110 | 11001110 | 10001101 | 11011 | 0 | 100000 | 10011 | 1110000 | 101000 | 1000100 |
Color Harmonies of #96CE8D
Complementary color
Monochromatic Colors of #96CE8D
Black with #96CE8D
Text Example
Text Example
White with #96CE8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE8D; }
p { color: rgb(150,206,141); }
H1.HeaderClassName
{
color: #96CE8D;
}
.AnyTagClassName
{
color: #96CE8D;
}
</style>
background-color css
<style>
a { background-color: #96CE8D; }
a { background-color: rgb(150,206,141); }
div.DivClassName
{
background-color: #96CE8D;
}
.BgClassName
{
background-color: #96CE8D;
}
</style>
border-color css
<style>
span { border-color: #96CE8D; }
span { border-color: rgb(150,206,141); }
td.TdClassName
{
border-color: #96CE8D;
}
.TagClassName
{
border-color: #96CE8D;
}
</style>