Html Css Color HEX #96D08D Granny Smith Apple
📋 copy color: '#96D08D'red 150 ◦ green 208 ◦ blue 141
Shades of Granny Smith Apple #96D08D
Tints of Granny Smith Apple #96D08D
RGB
CMYK
RGB Variations
Color information
#96D08D (or 0x96D08D) is known color: Granny Smith Apple. HEX triplet: 96, D0 and 8D. RGB value is (150,208,141). Sum of RGB (Red+Green+Blue) = 150+208+141=499 (66% of max value = 765). Red value is 150 (58.98% from 255 or 30.06% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 141 (55.47% from 255 or 28.26% from 499); Max value from RGB is 208 - color contains mainly: green. Hex color #96D08D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96D08D is #692F72. Grayscale: #B7B7B7. Windows color (decimal): -6893427 or 9293974. OLE color: 9293974.
HSL color Cylindrical-coordinate representation of color #96D08D: hue angle of 111.94º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #96D08D is Cyan = 0.28, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 150 | 208 | 141 | - |
| CMYK | 0.28 | 0 | 0.32 | 0.18 |
| HSL | 111.94º | 0.42% | 0.68% | - |
| HSV(B) | 111.94º | 0.32% | 0.82% | - |
| XYZ | 39.94 | 53.52 | 33.42 | - |
| YUV | 183.02 | 104.28 | 104.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 208 | 141 | 0.28 | 0 | 0.32 | 0.18 | 111.94 | 0.42 | 0.68 |
| Hex | 96 | D0 | 8D | 1C | 0 | 20 | 12 | 70 | 2A | 44 |
| Octal | 226 | 320 | 215 | 34 | 0 | 40 | 22 | 160 | 52 | 104 |
| Binary | 10010110 | 11010000 | 10001101 | 11100 | 0 | 100000 | 10010 | 1110000 | 101010 | 1000100 |
Color Harmonies of #96D08D
Complementary color
Monochromatic Colors of #96D08D
Black with #96D08D
Text Example
Text Example
White with #96D08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96D08D; }
p { color: rgb(150,208,141); }
H1.HeaderClassName
{
color: #96D08D;
}
.AnyTagClassName
{
color: #96D08D;
}
</style>
background-color css
<style>
a { background-color: #96D08D; }
a { background-color: rgb(150,208,141); }
div.DivClassName
{
background-color: #96D08D;
}
.BgClassName
{
background-color: #96D08D;
}
</style>
border-color css
<style>
span { border-color: #96D08D; }
span { border-color: rgb(150,208,141); }
td.TdClassName
{
border-color: #96D08D;
}
.TagClassName
{
border-color: #96D08D;
}
</style>