Html Css Color HEX #99D296 Granny Smith Apple
📋 copy color: '#99D296'red 153 ◦ green 210 ◦ blue 150
Shades of Granny Smith Apple #99D296
Tints of Granny Smith Apple #99D296
RGB
CMYK
RGB Variations
Color information
#99D296 (or 0x99D296) is known color: Granny Smith Apple. HEX triplet: 99, D2 and 96. RGB value is (153,210,150). Sum of RGB (Red+Green+Blue) = 153+210+150=513 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.82% from 513); Green value is 210 (82.42% from 255 or 40.94% from 513); Blue value is 150 (58.98% from 255 or 29.24% from 513); Max value from RGB is 210 - color contains mainly: green. Hex color #99D296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D296 is #662D69. Grayscale: #BABABA. Windows color (decimal): -6696298 or 9884313. OLE color: 9884313.
HSL color Cylindrical-coordinate representation of color #99D296: hue angle of 117º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #99D296 is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 153 | 210 | 150 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.18 |
| HSL | 117º | 0.4% | 0.71% | - |
| HSV(B) | 117º | 0.29% | 0.82% | - |
| XYZ | 41.69 | 55.07 | 37.29 | - |
| YUV | 186.12 | 107.62 | 104.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 210 | 150 | 0.27 | 0 | 0.29 | 0.18 | 117 | 0.4 | 0.71 |
| Hex | 99 | D2 | 96 | 1B | 0 | 1D | 12 | 75 | 28 | 47 |
| Octal | 231 | 322 | 226 | 33 | 0 | 35 | 22 | 165 | 50 | 107 |
| Binary | 10011001 | 11010010 | 10010110 | 11011 | 0 | 11101 | 10010 | 1110101 | 101000 | 1000111 |
Color Harmonies of #99D296
Complementary color
Monochromatic Colors of #99D296
Black with #99D296
Text Example
Text Example
White with #99D296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D296; }
p { color: rgb(153,210,150); }
H1.HeaderClassName
{
color: #99D296;
}
.AnyTagClassName
{
color: #99D296;
}
</style>
background-color css
<style>
a { background-color: #99D296; }
a { background-color: rgb(153,210,150); }
div.DivClassName
{
background-color: #99D296;
}
.BgClassName
{
background-color: #99D296;
}
</style>
border-color css
<style>
span { border-color: #99D296; }
span { border-color: rgb(153,210,150); }
td.TdClassName
{
border-color: #99D296;
}
.TagClassName
{
border-color: #99D296;
}
</style>