Html Css Color HEX #99DA8D Granny Smith Apple
📋 copy color: '#99DA8D'red 153 ◦ green 218 ◦ blue 141
Shades of Granny Smith Apple #99DA8D
Tints of Granny Smith Apple #99DA8D
RGB
CMYK
RGB Variations
Color information
#99DA8D (or 0x99DA8D) is known color: Granny Smith Apple. HEX triplet: 99, DA and 8D. RGB value is (153,218,141). Sum of RGB (Red+Green+Blue) = 153+218+141=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 218 (85.55% from 255 or 42.58% from 512); Blue value is 141 (55.47% from 255 or 27.54% from 512); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DA8D is #662572. Grayscale: #BEBEBE. Windows color (decimal): -6694259 or 9296537. OLE color: 9296537.
HSL color Cylindrical-coordinate representation of color #99DA8D: hue angle of 110.65º degrees, saturation: 0.51, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99DA8D is Cyan = 0.30, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 141 | - |
| CMYK | 0.30 | 0 | 0.35 | 0.15 |
| HSL | 110.65º | 0.51% | 0.7% | - |
| HSV(B) | 110.65º | 0.35% | 0.85% | - |
| XYZ | 43.02 | 58.84 | 34.29 | - |
| YUV | 189.79 | 100.47 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 141 | 0.30 | 0 | 0.35 | 0.15 | 110.65 | 0.51 | 0.7 |
| Hex | 99 | DA | 8D | 1E | 0 | 23 | F | 6F | 33 | 46 |
| Octal | 231 | 332 | 215 | 36 | 0 | 43 | 17 | 157 | 63 | 106 |
| Binary | 10011001 | 11011010 | 10001101 | 11110 | 0 | 100011 | 1111 | 1101111 | 110011 | 1000110 |
Color Harmonies of #99DA8D
Complementary color
Monochromatic Colors of #99DA8D
Black with #99DA8D
Text Example
Text Example
White with #99DA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA8D; }
p { color: rgb(153,218,141); }
H1.HeaderClassName
{
color: #99DA8D;
}
.AnyTagClassName
{
color: #99DA8D;
}
</style>
background-color css
<style>
a { background-color: #99DA8D; }
a { background-color: rgb(153,218,141); }
div.DivClassName
{
background-color: #99DA8D;
}
.BgClassName
{
background-color: #99DA8D;
}
</style>
border-color css
<style>
span { border-color: #99DA8D; }
span { border-color: rgb(153,218,141); }
td.TdClassName
{
border-color: #99DA8D;
}
.TagClassName
{
border-color: #99DA8D;
}
</style>