Html Css Color HEX #99D994 Granny Smith Apple
📋 copy color: '#99D994'red 153 ◦ green 217 ◦ blue 148
Shades of Granny Smith Apple #99D994
Tints of Granny Smith Apple #99D994
RGB
CMYK
RGB Variations
Color information
#99D994 (or 0x99D994) is known color: Granny Smith Apple. HEX triplet: 99, D9 and 94. RGB value is (153,217,148). Sum of RGB (Red+Green+Blue) = 153+217+148=518 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.54% from 518); Green value is 217 (85.16% from 255 or 41.89% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 217 - color contains mainly: green. Hex color #99D994 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D994 is #66266B. Grayscale: #BEBEBE. Windows color (decimal): -6694508 or 9755033. OLE color: 9755033.
HSL color Cylindrical-coordinate representation of color #99D994: hue angle of 115.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #99D994 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 217 | 148 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.15 |
| HSL | 115.65º | 0.48% | 0.72% | - |
| HSV(B) | 115.65º | 0.32% | 0.85% | - |
| XYZ | 43.3 | 58.54 | 37.03 | - |
| YUV | 190 | 104.3 | 101.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 217 | 148 | 0.29 | 0 | 0.32 | 0.15 | 115.65 | 0.48 | 0.72 |
| Hex | 99 | D9 | 94 | 1D | 0 | 20 | F | 74 | 30 | 48 |
| Octal | 231 | 331 | 224 | 35 | 0 | 40 | 17 | 164 | 60 | 110 |
| Binary | 10011001 | 11011001 | 10010100 | 11101 | 0 | 100000 | 1111 | 1110100 | 110000 | 1001000 |
Color Harmonies of #99D994
Complementary color
Monochromatic Colors of #99D994
Black with #99D994
Text Example
Text Example
White with #99D994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D994; }
p { color: rgb(153,217,148); }
H1.HeaderClassName
{
color: #99D994;
}
.AnyTagClassName
{
color: #99D994;
}
</style>
background-color css
<style>
a { background-color: #99D994; }
a { background-color: rgb(153,217,148); }
div.DivClassName
{
background-color: #99D994;
}
.BgClassName
{
background-color: #99D994;
}
</style>
border-color css
<style>
span { border-color: #99D994; }
span { border-color: rgb(153,217,148); }
td.TdClassName
{
border-color: #99D994;
}
.TagClassName
{
border-color: #99D994;
}
</style>