Html Css Color HEX #99D894 Granny Smith Apple
📋 copy color: '#99D894'red 153 ◦ green 216 ◦ blue 148
Shades of Granny Smith Apple #99D894
Tints of Granny Smith Apple #99D894
RGB
CMYK
RGB Variations
Color information
#99D894 (or 0x99D894) is known color: Granny Smith Apple. HEX triplet: 99, D8 and 94. RGB value is (153,216,148). Sum of RGB (Red+Green+Blue) = 153+216+148=517 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.59% from 517); Green value is 216 (84.77% from 255 or 41.78% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 216 - color contains mainly: green. Hex color #99D894 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D894 is #66276B. Grayscale: #BDBDBD. Windows color (decimal): -6694764 or 9754777. OLE color: 9754777.
HSL color Cylindrical-coordinate representation of color #99D894: hue angle of 115.59º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #99D894 is Cyan = 0.29, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 148 | - |
| CMYK | 0.29 | 0 | 0.31 | 0.15 |
| HSL | 115.59º | 0.47% | 0.71% | - |
| HSV(B) | 115.59º | 0.31% | 0.85% | - |
| XYZ | 43.04 | 58.02 | 36.95 | - |
| YUV | 189.41 | 104.63 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 148 | 0.29 | 0 | 0.31 | 0.15 | 115.59 | 0.47 | 0.71 |
| Hex | 99 | D8 | 94 | 1D | 0 | 1F | F | 74 | 2F | 47 |
| Octal | 231 | 330 | 224 | 35 | 0 | 37 | 17 | 164 | 57 | 107 |
| Binary | 10011001 | 11011000 | 10010100 | 11101 | 0 | 11111 | 1111 | 1110100 | 101111 | 1000111 |
Color Harmonies of #99D894
Complementary color
Monochromatic Colors of #99D894
Black with #99D894
Text Example
Text Example
White with #99D894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D894; }
p { color: rgb(153,216,148); }
H1.HeaderClassName
{
color: #99D894;
}
.AnyTagClassName
{
color: #99D894;
}
</style>
background-color css
<style>
a { background-color: #99D894; }
a { background-color: rgb(153,216,148); }
div.DivClassName
{
background-color: #99D894;
}
.BgClassName
{
background-color: #99D894;
}
</style>
border-color css
<style>
span { border-color: #99D894; }
span { border-color: rgb(153,216,148); }
td.TdClassName
{
border-color: #99D894;
}
.TagClassName
{
border-color: #99D894;
}
</style>