Html Css Color HEX #A1D596 Granny Smith Apple
📋 copy color: '#A1D596'red 161 ◦ green 213 ◦ blue 150
Shades of Granny Smith Apple #A1D596
Tints of Granny Smith Apple #A1D596
RGB
CMYK
RGB Variations
Color information
#A1D596 (or 0xA1D596) is known color: Granny Smith Apple. HEX triplet: A1, D5 and 96. RGB value is (161,213,150). Sum of RGB (Red+Green+Blue) = 161+213+150=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 213 (83.59% from 255 or 40.65% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D596 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D596 is #5E2A69. Grayscale: #BEBEBE. Windows color (decimal): -6171242 or 9885089. OLE color: 9885089.
HSL color Cylindrical-coordinate representation of color #A1D596: hue angle of 109.52º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1D596 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 150 | - |
| CMYK | 0.24 | 0 | 0.30 | 0.16 |
| HSL | 109.52º | 0.43% | 0.71% | - |
| HSV(B) | 109.52º | 0.3% | 0.84% | - |
| XYZ | 44 | 57.37 | 37.61 | - |
| YUV | 190.27 | 105.27 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 150 | 0.24 | 0 | 0.30 | 0.16 | 109.52 | 0.43 | 0.71 |
| Hex | A1 | D5 | 96 | 18 | 0 | 1E | 10 | 6E | 2B | 47 |
| Octal | 241 | 325 | 226 | 30 | 0 | 36 | 20 | 156 | 53 | 107 |
| Binary | 10100001 | 11010101 | 10010110 | 11000 | 0 | 11110 | 10000 | 1101110 | 101011 | 1000111 |
Color Harmonies of #A1D596
Complementary color
Monochromatic Colors of #A1D596
Black with #A1D596
Text Example
Text Example
White with #A1D596
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D596; }
p { color: rgb(161,213,150); }
H1.HeaderClassName
{
color: #A1D596;
}
.AnyTagClassName
{
color: #A1D596;
}
</style>
background-color css
<style>
a { background-color: #A1D596; }
a { background-color: rgb(161,213,150); }
div.DivClassName
{
background-color: #A1D596;
}
.BgClassName
{
background-color: #A1D596;
}
</style>
border-color css
<style>
span { border-color: #A1D596; }
span { border-color: rgb(161,213,150); }
td.TdClassName
{
border-color: #A1D596;
}
.TagClassName
{
border-color: #A1D596;
}
</style>