Html Css Color HEX #A1D699 Granny Smith Apple
📋 copy color: '#A1D699'red 161 ◦ green 214 ◦ blue 153
Shades of Granny Smith Apple #A1D699
Tints of Granny Smith Apple #A1D699
RGB
CMYK
RGB Variations
Color information
#A1D699 (or 0xA1D699) is known color: Granny Smith Apple. HEX triplet: A1, D6 and 99. RGB value is (161,214,153). Sum of RGB (Red+Green+Blue) = 161+214+153=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #A1D699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D699 is #5E2966. Grayscale: #BFBFBF. Windows color (decimal): -6170983 or 10081953. OLE color: 10081953.
HSL color Cylindrical-coordinate representation of color #A1D699: hue angle of 112.13º 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 #A1D699 is Cyan = 0.25, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 214 | 153 | - |
| CMYK | 0.25 | 0 | 0.29 | 0.16 |
| HSL | 112.13º | 0.43% | 0.72% | - |
| HSV(B) | 112.13º | 0.29% | 0.84% | - |
| XYZ | 44.49 | 57.97 | 38.98 | - |
| YUV | 191.2 | 106.44 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 214 | 153 | 0.25 | 0 | 0.29 | 0.16 | 112.13 | 0.43 | 0.72 |
| Hex | A1 | D6 | 99 | 19 | 0 | 1D | 10 | 70 | 2B | 48 |
| Octal | 241 | 326 | 231 | 31 | 0 | 35 | 20 | 160 | 53 | 110 |
| Binary | 10100001 | 11010110 | 10011001 | 11001 | 0 | 11101 | 10000 | 1110000 | 101011 | 1001000 |
Color Harmonies of #A1D699
Complementary color
Monochromatic Colors of #A1D699
Black with #A1D699
Text Example
Text Example
White with #A1D699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D699; }
p { color: rgb(161,214,153); }
H1.HeaderClassName
{
color: #A1D699;
}
.AnyTagClassName
{
color: #A1D699;
}
</style>
background-color css
<style>
a { background-color: #A1D699; }
a { background-color: rgb(161,214,153); }
div.DivClassName
{
background-color: #A1D699;
}
.BgClassName
{
background-color: #A1D699;
}
</style>
border-color css
<style>
span { border-color: #A1D699; }
span { border-color: rgb(161,214,153); }
td.TdClassName
{
border-color: #A1D699;
}
.TagClassName
{
border-color: #A1D699;
}
</style>