Html Css Color HEX #A1DC96 Granny Smith Apple
📋 copy color: '#A1DC96'red 161 ◦ green 220 ◦ blue 150
Shades of Granny Smith Apple #A1DC96
Tints of Granny Smith Apple #A1DC96
RGB
CMYK
RGB Variations
Color information
#A1DC96 (or 0xA1DC96) is known color: Granny Smith Apple. HEX triplet: A1, DC and 96. RGB value is (161,220,150). Sum of RGB (Red+Green+Blue) = 161+220+150=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 220 (86.33% from 255 or 41.43% from 531); Blue value is 150 (58.98% from 255 or 28.25% from 531); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DC96 is #5E2369. Grayscale: #C2C2C2. Windows color (decimal): -6169450 or 9886881. OLE color: 9886881.
HSL color Cylindrical-coordinate representation of color #A1DC96: hue angle of 110.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1DC96 is Cyan = 0.27, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 220 | 150 | - |
| CMYK | 0.27 | 0 | 0.32 | 0.14 |
| HSL | 110.57º | 0.5% | 0.73% | - |
| HSV(B) | 110.57º | 0.32% | 0.86% | - |
| XYZ | 45.8 | 60.97 | 38.21 | - |
| YUV | 194.38 | 102.95 | 104.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 220 | 150 | 0.27 | 0 | 0.32 | 0.14 | 110.57 | 0.5 | 0.73 |
| Hex | A1 | DC | 96 | 1B | 0 | 20 | E | 6F | 32 | 49 |
| Octal | 241 | 334 | 226 | 33 | 0 | 40 | 16 | 157 | 62 | 111 |
| Binary | 10100001 | 11011100 | 10010110 | 11011 | 0 | 100000 | 1110 | 1101111 | 110010 | 1001001 |
Color Harmonies of #A1DC96
Complementary color
Monochromatic Colors of #A1DC96
Black with #A1DC96
Text Example
Text Example
White with #A1DC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DC96; }
p { color: rgb(161,220,150); }
H1.HeaderClassName
{
color: #A1DC96;
}
.AnyTagClassName
{
color: #A1DC96;
}
</style>
background-color css
<style>
a { background-color: #A1DC96; }
a { background-color: rgb(161,220,150); }
div.DivClassName
{
background-color: #A1DC96;
}
.BgClassName
{
background-color: #A1DC96;
}
</style>
border-color css
<style>
span { border-color: #A1DC96; }
span { border-color: rgb(161,220,150); }
td.TdClassName
{
border-color: #A1DC96;
}
.TagClassName
{
border-color: #A1DC96;
}
</style>