Html Css Color HEX #99D097 Granny Smith Apple
📋 copy color: '#99D097'red 153 ◦ green 208 ◦ blue 151
Shades of Granny Smith Apple #99D097
Tints of Granny Smith Apple #99D097
RGB
CMYK
RGB Variations
Color information
#99D097 (or 0x99D097) is known color: Granny Smith Apple. HEX triplet: 99, D0 and 97. RGB value is (153,208,151). Sum of RGB (Red+Green+Blue) = 153+208+151=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 151 (59.38% from 255 or 29.49% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #99D097 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D097 is #662F68. Grayscale: #B9B9B9. Windows color (decimal): -6696809 or 9949337. OLE color: 9949337.
HSL color Cylindrical-coordinate representation of color #99D097: hue angle of 117.89º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #99D097 is Cyan = 0.26, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 208 | 151 | - |
| CMYK | 0.26 | 0 | 0.27 | 0.18 |
| HSL | 117.89º | 0.38% | 0.7% | - |
| HSV(B) | 117.89º | 0.27% | 0.82% | - |
| XYZ | 41.28 | 54.12 | 37.55 | - |
| YUV | 185.06 | 108.78 | 105.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 208 | 151 | 0.26 | 0 | 0.27 | 0.18 | 117.89 | 0.38 | 0.7 |
| Hex | 99 | D0 | 97 | 1A | 0 | 1B | 12 | 76 | 26 | 46 |
| Octal | 231 | 320 | 227 | 32 | 0 | 33 | 22 | 166 | 46 | 106 |
| Binary | 10011001 | 11010000 | 10010111 | 11010 | 0 | 11011 | 10010 | 1110110 | 100110 | 1000110 |
Color Harmonies of #99D097
Complementary color
Monochromatic Colors of #99D097
Black with #99D097
Text Example
Text Example
White with #99D097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D097; }
p { color: rgb(153,208,151); }
H1.HeaderClassName
{
color: #99D097;
}
.AnyTagClassName
{
color: #99D097;
}
</style>
background-color css
<style>
a { background-color: #99D097; }
a { background-color: rgb(153,208,151); }
div.DivClassName
{
background-color: #99D097;
}
.BgClassName
{
background-color: #99D097;
}
</style>
border-color css
<style>
span { border-color: #99D097; }
span { border-color: rgb(153,208,151); }
td.TdClassName
{
border-color: #99D097;
}
.TagClassName
{
border-color: #99D097;
}
</style>