Html Css Color HEX #99D895 Granny Smith Apple
📋 copy color: '#99D895'red 153 ◦ green 216 ◦ blue 149
Shades of Granny Smith Apple #99D895
Tints of Granny Smith Apple #99D895
RGB
CMYK
RGB Variations
Color information
#99D895 (or 0x99D895) is known color: Granny Smith Apple. HEX triplet: 99, D8 and 95. RGB value is (153,216,149). Sum of RGB (Red+Green+Blue) = 153+216+149=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 216 (84.77% from 255 or 41.70% from 518); Blue value is 149 (58.59% from 255 or 28.76% from 518); Max value from RGB is 216 - color contains mainly: green. Hex color #99D895 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D895 is #66276A. Grayscale: #BDBDBD. Windows color (decimal): -6694763 or 9820313. OLE color: 9820313.
HSL color Cylindrical-coordinate representation of color #99D895: hue angle of 116.42º 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 #99D895 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 149 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.15 |
| HSL | 116.42º | 0.46% | 0.72% | - |
| HSV(B) | 116.42º | 0.31% | 0.85% | - |
| XYZ | 43.12 | 58.05 | 37.37 | - |
| YUV | 189.53 | 105.13 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 149 | 0.29 | 0 | 0.31 | 0.15 | 116.42 | 0.46 | 0.72 |
| Hex | 99 | D8 | 95 | 1D | 0 | 1F | F | 74 | 2E | 48 |
| Octal | 231 | 330 | 225 | 35 | 0 | 37 | 17 | 164 | 56 | 110 |
| Binary | 10011001 | 11011000 | 10010101 | 11101 | 0 | 11111 | 1111 | 1110100 | 101110 | 1001000 |
Color Harmonies of #99D895
Complementary color
Monochromatic Colors of #99D895
Black with #99D895
Text Example
Text Example
White with #99D895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D895; }
p { color: rgb(153,216,149); }
H1.HeaderClassName
{
color: #99D895;
}
.AnyTagClassName
{
color: #99D895;
}
</style>
background-color css
<style>
a { background-color: #99D895; }
a { background-color: rgb(153,216,149); }
div.DivClassName
{
background-color: #99D895;
}
.BgClassName
{
background-color: #99D895;
}
</style>
border-color css
<style>
span { border-color: #99D895; }
span { border-color: rgb(153,216,149); }
td.TdClassName
{
border-color: #99D895;
}
.TagClassName
{
border-color: #99D895;
}
</style>