Html Css Color HEX #96CE8E Granny Smith Apple
📋 copy color: '#96CE8E'red 150 ◦ green 206 ◦ blue 142
Shades of Granny Smith Apple #96CE8E
Tints of Granny Smith Apple #96CE8E
RGB
CMYK
RGB Variations
Color information
#96CE8E (or 0x96CE8E) is known color: Granny Smith Apple. HEX triplet: 96, CE and 8E. RGB value is (150,206,142). Sum of RGB (Red+Green+Blue) = 150+206+142=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 142 (55.86% from 255 or 28.51% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #96CE8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96CE8E is #693171. Grayscale: #B6B6B6. Windows color (decimal): -6893938 or 9358998. OLE color: 9358998.
HSL color Cylindrical-coordinate representation of color #96CE8E: hue angle of 112.5º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96CE8E is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 206 | 142 | - |
| CMYK | 0.27 | 0 | 0.31 | 0.19 |
| HSL | 112.5º | 0.4% | 0.68% | - |
| HSV(B) | 112.5º | 0.31% | 0.81% | - |
| XYZ | 39.53 | 52.58 | 33.66 | - |
| YUV | 181.96 | 105.45 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 206 | 142 | 0.27 | 0 | 0.31 | 0.19 | 112.5 | 0.4 | 0.68 |
| Hex | 96 | CE | 8E | 1B | 0 | 1F | 13 | 70 | 28 | 44 |
| Octal | 226 | 316 | 216 | 33 | 0 | 37 | 23 | 160 | 50 | 104 |
| Binary | 10010110 | 11001110 | 10001110 | 11011 | 0 | 11111 | 10011 | 1110000 | 101000 | 1000100 |
Color Harmonies of #96CE8E
Complementary color
Monochromatic Colors of #96CE8E
Black with #96CE8E
Text Example
Text Example
White with #96CE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96CE8E; }
p { color: rgb(150,206,142); }
H1.HeaderClassName
{
color: #96CE8E;
}
.AnyTagClassName
{
color: #96CE8E;
}
</style>
background-color css
<style>
a { background-color: #96CE8E; }
a { background-color: rgb(150,206,142); }
div.DivClassName
{
background-color: #96CE8E;
}
.BgClassName
{
background-color: #96CE8E;
}
</style>
border-color css
<style>
span { border-color: #96CE8E; }
span { border-color: rgb(150,206,142); }
td.TdClassName
{
border-color: #96CE8E;
}
.TagClassName
{
border-color: #96CE8E;
}
</style>