Html Css Color HEX #99D696 Granny Smith Apple
📋 copy color: '#99D696'red 153 ◦ green 214 ◦ blue 150
Shades of Granny Smith Apple #99D696
Tints of Granny Smith Apple #99D696
RGB
CMYK
RGB Variations
Color information
#99D696 (or 0x99D696) is known color: Granny Smith Apple. HEX triplet: 99, D6 and 96. RGB value is (153,214,150). Sum of RGB (Red+Green+Blue) = 153+214+150=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #99D696 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D696 is #662969. Grayscale: #BCBCBC. Windows color (decimal): -6695274 or 9885337. OLE color: 9885337.
HSL color Cylindrical-coordinate representation of color #99D696: hue angle of 117.19º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99D696 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 150 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.16 |
| HSL | 117.19º | 0.44% | 0.71% | - |
| HSV(B) | 117.19º | 0.3% | 0.84% | - |
| XYZ | 42.69 | 57.07 | 37.62 | - |
| YUV | 188.47 | 106.29 | 102.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 150 | 0.29 | 0 | 0.30 | 0.16 | 117.19 | 0.44 | 0.71 |
| Hex | 99 | D6 | 96 | 1D | 0 | 1E | 10 | 75 | 2C | 47 |
| Octal | 231 | 326 | 226 | 35 | 0 | 36 | 20 | 165 | 54 | 107 |
| Binary | 10011001 | 11010110 | 10010110 | 11101 | 0 | 11110 | 10000 | 1110101 | 101100 | 1000111 |
Color Harmonies of #99D696
Complementary color
Monochromatic Colors of #99D696
Black with #99D696
Text Example
Text Example
White with #99D696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D696; }
p { color: rgb(153,214,150); }
H1.HeaderClassName
{
color: #99D696;
}
.AnyTagClassName
{
color: #99D696;
}
</style>
background-color css
<style>
a { background-color: #99D696; }
a { background-color: rgb(153,214,150); }
div.DivClassName
{
background-color: #99D696;
}
.BgClassName
{
background-color: #99D696;
}
</style>
border-color css
<style>
span { border-color: #99D696; }
span { border-color: rgb(153,214,150); }
td.TdClassName
{
border-color: #99D696;
}
.TagClassName
{
border-color: #99D696;
}
</style>