Html Css Color HEX #99D896 Granny Smith Apple
📋 copy color: '#99D896'red 153 ◦ green 216 ◦ blue 150
Shades of Granny Smith Apple #99D896
Tints of Granny Smith Apple #99D896
RGB
CMYK
RGB Variations
Color information
#99D896 (or 0x99D896) is known color: Granny Smith Apple. HEX triplet: 99, D8 and 96. RGB value is (153,216,150). Sum of RGB (Red+Green+Blue) = 153+216+150=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 216 - color contains mainly: green. Hex color #99D896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D896 is #662769. Grayscale: #BDBDBD. Windows color (decimal): -6694762 or 9885849. OLE color: 9885849.
HSL color Cylindrical-coordinate representation of color #99D896: hue angle of 117.27º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99D896 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 150 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.15 |
| HSL | 117.27º | 0.46% | 0.72% | - |
| HSV(B) | 117.27º | 0.31% | 0.85% | - |
| XYZ | 43.2 | 58.09 | 37.79 | - |
| YUV | 189.64 | 105.63 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 150 | 0.29 | 0 | 0.31 | 0.15 | 117.27 | 0.46 | 0.72 |
| Hex | 99 | D8 | 96 | 1D | 0 | 1F | F | 75 | 2E | 48 |
| Octal | 231 | 330 | 226 | 35 | 0 | 37 | 17 | 165 | 56 | 110 |
| Binary | 10011001 | 11011000 | 10010110 | 11101 | 0 | 11111 | 1111 | 1110101 | 101110 | 1001000 |
Color Harmonies of #99D896
Complementary color
Monochromatic Colors of #99D896
Black with #99D896
Text Example
Text Example
White with #99D896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D896; }
p { color: rgb(153,216,150); }
H1.HeaderClassName
{
color: #99D896;
}
.AnyTagClassName
{
color: #99D896;
}
</style>
background-color css
<style>
a { background-color: #99D896; }
a { background-color: rgb(153,216,150); }
div.DivClassName
{
background-color: #99D896;
}
.BgClassName
{
background-color: #99D896;
}
</style>
border-color css
<style>
span { border-color: #99D896; }
span { border-color: rgb(153,216,150); }
td.TdClassName
{
border-color: #99D896;
}
.TagClassName
{
border-color: #99D896;
}
</style>