Html Css Color HEX #99D88A Granny Smith Apple
📋 copy color: '#99D88A'red 153 ◦ green 216 ◦ blue 138
Shades of Granny Smith Apple #99D88A
Tints of Granny Smith Apple #99D88A
RGB
CMYK
RGB Variations
Color information
#99D88A (or 0x99D88A) is known color: Granny Smith Apple. HEX triplet: 99, D8 and 8A. RGB value is (153,216,138). Sum of RGB (Red+Green+Blue) = 153+216+138=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 216 (84.77% from 255 or 42.60% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 216 - color contains mainly: green. Hex color #99D88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D88A is #662775. Grayscale: #BCBCBC. Windows color (decimal): -6694774 or 9099417. OLE color: 9099417.
HSL color Cylindrical-coordinate representation of color #99D88A: hue angle of 108.46º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #99D88A is Cyan = 0.29, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 153 | 216 | 138 | - |
| CMYK | 0.29 | 0 | 0.36 | 0.15 |
| HSL | 108.46º | 0.5% | 0.69% | - |
| HSV(B) | 108.46º | 0.36% | 0.85% | - |
| XYZ | 42.28 | 57.72 | 32.96 | - |
| YUV | 188.27 | 99.63 | 102.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 216 | 138 | 0.29 | 0 | 0.36 | 0.15 | 108.46 | 0.5 | 0.69 |
| Hex | 99 | D8 | 8A | 1D | 0 | 24 | F | 6C | 32 | 45 |
| Octal | 231 | 330 | 212 | 35 | 0 | 44 | 17 | 154 | 62 | 105 |
| Binary | 10011001 | 11011000 | 10001010 | 11101 | 0 | 100100 | 1111 | 1101100 | 110010 | 1000101 |
Color Harmonies of #99D88A
Complementary color
Monochromatic Colors of #99D88A
Black with #99D88A
Text Example
Text Example
White with #99D88A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D88A; }
p { color: rgb(153,216,138); }
H1.HeaderClassName
{
color: #99D88A;
}
.AnyTagClassName
{
color: #99D88A;
}
</style>
background-color css
<style>
a { background-color: #99D88A; }
a { background-color: rgb(153,216,138); }
div.DivClassName
{
background-color: #99D88A;
}
.BgClassName
{
background-color: #99D88A;
}
</style>
border-color css
<style>
span { border-color: #99D88A; }
span { border-color: rgb(153,216,138); }
td.TdClassName
{
border-color: #99D88A;
}
.TagClassName
{
border-color: #99D88A;
}
</style>