Html Css Color HEX #99D698 Granny Smith Apple
📋 copy color: '#99D698'red 153 ◦ green 214 ◦ blue 152
Shades of Granny Smith Apple #99D698
Tints of Granny Smith Apple #99D698
RGB
CMYK
RGB Variations
Color information
#99D698 (or 0x99D698) is known color: Granny Smith Apple. HEX triplet: 99, D6 and 98. RGB value is (153,214,152). Sum of RGB (Red+Green+Blue) = 153+214+152=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 214 (83.98% from 255 or 41.23% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 214 - color contains mainly: green. Hex color #99D698 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D698 is #662967. Grayscale: #BCBCBC. Windows color (decimal): -6695272 or 10016409. OLE color: 10016409.
HSL color Cylindrical-coordinate representation of color #99D698: hue angle of 119.03º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D698 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 152 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.16 |
| HSL | 119.03º | 0.43% | 0.72% | - |
| HSV(B) | 119.03º | 0.29% | 0.84% | - |
| XYZ | 42.85 | 57.13 | 38.47 | - |
| YUV | 188.69 | 107.29 | 102.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 152 | 0.29 | 0 | 0.29 | 0.16 | 119.03 | 0.43 | 0.72 |
| Hex | 99 | D6 | 98 | 1D | 0 | 1D | 10 | 77 | 2B | 48 |
| Octal | 231 | 326 | 230 | 35 | 0 | 35 | 20 | 167 | 53 | 110 |
| Binary | 10011001 | 11010110 | 10011000 | 11101 | 0 | 11101 | 10000 | 1110111 | 101011 | 1001000 |
Color Harmonies of #99D698
Complementary color
Monochromatic Colors of #99D698
Black with #99D698
Text Example
Text Example
White with #99D698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D698; }
p { color: rgb(153,214,152); }
H1.HeaderClassName
{
color: #99D698;
}
.AnyTagClassName
{
color: #99D698;
}
</style>
background-color css
<style>
a { background-color: #99D698; }
a { background-color: rgb(153,214,152); }
div.DivClassName
{
background-color: #99D698;
}
.BgClassName
{
background-color: #99D698;
}
</style>
border-color css
<style>
span { border-color: #99D698; }
span { border-color: rgb(153,214,152); }
td.TdClassName
{
border-color: #99D698;
}
.TagClassName
{
border-color: #99D698;
}
</style>