Html Css Color HEX #99DA8A Granny Smith Apple
📋 copy color: '#99DA8A'red 153 ◦ green 218 ◦ blue 138
Shades of Granny Smith Apple #99DA8A
Tints of Granny Smith Apple #99DA8A
RGB
CMYK
RGB Variations
Color information
#99DA8A (or 0x99DA8A) is known color: Granny Smith Apple. HEX triplet: 99, DA and 8A. RGB value is (153,218,138). Sum of RGB (Red+Green+Blue) = 153+218+138=509 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.06% from 509); Green value is 218 (85.55% from 255 or 42.83% from 509); Blue value is 138 (54.30% from 255 or 27.11% from 509); Max value from RGB is 218 - color contains mainly: green. Hex color #99DA8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99DA8A is #662575. Grayscale: #BDBDBD. Windows color (decimal): -6694262 or 9099929. OLE color: 9099929.
HSL color Cylindrical-coordinate representation of color #99DA8A: hue angle of 108.75º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #99DA8A is Cyan = 0.30, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 218 | 138 | - |
| CMYK | 0.30 | 0 | 0.37 | 0.15 |
| HSL | 108.75º | 0.52% | 0.7% | - |
| HSV(B) | 108.75º | 0.37% | 0.85% | - |
| XYZ | 42.8 | 58.75 | 33.13 | - |
| YUV | 189.45 | 98.97 | 102 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 218 | 138 | 0.30 | 0 | 0.37 | 0.15 | 108.75 | 0.52 | 0.7 |
| Hex | 99 | DA | 8A | 1E | 0 | 25 | F | 6D | 34 | 46 |
| Octal | 231 | 332 | 212 | 36 | 0 | 45 | 17 | 155 | 64 | 106 |
| Binary | 10011001 | 11011010 | 10001010 | 11110 | 0 | 100101 | 1111 | 1101101 | 110100 | 1000110 |
Color Harmonies of #99DA8A
Complementary color
Monochromatic Colors of #99DA8A
Black with #99DA8A
Text Example
Text Example
White with #99DA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99DA8A; }
p { color: rgb(153,218,138); }
H1.HeaderClassName
{
color: #99DA8A;
}
.AnyTagClassName
{
color: #99DA8A;
}
</style>
background-color css
<style>
a { background-color: #99DA8A; }
a { background-color: rgb(153,218,138); }
div.DivClassName
{
background-color: #99DA8A;
}
.BgClassName
{
background-color: #99DA8A;
}
</style>
border-color css
<style>
span { border-color: #99DA8A; }
span { border-color: rgb(153,218,138); }
td.TdClassName
{
border-color: #99DA8A;
}
.TagClassName
{
border-color: #99DA8A;
}
</style>