Html Css Color HEX #99D69B Granny Smith Apple
📋 copy color: '#99D69B'red 153 ◦ green 214 ◦ blue 155
Shades of Granny Smith Apple #99D69B
Tints of Granny Smith Apple #99D69B
RGB
CMYK
RGB Variations
Color information
#99D69B (or 0x99D69B) is known color: Granny Smith Apple. HEX triplet: 99, D6 and 9B. RGB value is (153,214,155). Sum of RGB (Red+Green+Blue) = 153+214+155=522 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.31% from 522); Green value is 214 (83.98% from 255 or 41.00% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 214 - color contains mainly: green. Hex color #99D69B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99D69B is #662964. Grayscale: #BDBDBD. Windows color (decimal): -6695269 or 10213017. OLE color: 10213017.
HSL color Cylindrical-coordinate representation of color #99D69B: hue angle of 121.97º 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 #99D69B is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 214 | 155 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.16 |
| HSL | 121.97º | 0.43% | 0.72% | - |
| HSV(B) | 121.97º | 0.29% | 0.84% | - |
| XYZ | 43.1 | 57.23 | 39.79 | - |
| YUV | 189.04 | 108.79 | 102.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 214 | 155 | 0.29 | 0 | 0.28 | 0.16 | 121.97 | 0.43 | 0.72 |
| Hex | 99 | D6 | 9B | 1D | 0 | 1C | 10 | 7A | 2B | 48 |
| Octal | 231 | 326 | 233 | 35 | 0 | 34 | 20 | 172 | 53 | 110 |
| Binary | 10011001 | 11010110 | 10011011 | 11101 | 0 | 11100 | 10000 | 1111010 | 101011 | 1001000 |
Color Harmonies of #99D69B
Complementary color
Monochromatic Colors of #99D69B
Black with #99D69B
Text Example
Text Example
White with #99D69B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99D69B; }
p { color: rgb(153,214,155); }
H1.HeaderClassName
{
color: #99D69B;
}
.AnyTagClassName
{
color: #99D69B;
}
</style>
background-color css
<style>
a { background-color: #99D69B; }
a { background-color: rgb(153,214,155); }
div.DivClassName
{
background-color: #99D69B;
}
.BgClassName
{
background-color: #99D69B;
}
</style>
border-color css
<style>
span { border-color: #99D69B; }
span { border-color: rgb(153,214,155); }
td.TdClassName
{
border-color: #99D69B;
}
.TagClassName
{
border-color: #99D69B;
}
</style>