Html Css Color HEX #A1DD8D Granny Smith Apple
📋 copy color: '#A1DD8D'red 161 ◦ green 221 ◦ blue 141
Shades of Granny Smith Apple #A1DD8D
Tints of Granny Smith Apple #A1DD8D
RGB
CMYK
RGB Variations
Color information
#A1DD8D (or 0xA1DD8D) is known color: Granny Smith Apple. HEX triplet: A1, DD and 8D. RGB value is (161,221,141). Sum of RGB (Red+Green+Blue) = 161+221+141=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 221 (86.72% from 255 or 42.26% from 523); Blue value is 141 (55.47% from 255 or 26.96% from 523); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD8D is #5E2272. Grayscale: #C2C2C2. Windows color (decimal): -6169203 or 9297313. OLE color: 9297313.
HSL color Cylindrical-coordinate representation of color #A1DD8D: hue angle of 105º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A1DD8D is Cyan = 0.27, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 141 | - |
| CMYK | 0.27 | 0 | 0.36 | 0.13 |
| HSL | 105º | 0.54% | 0.71% | - |
| HSV(B) | 105º | 0.36% | 0.87% | - |
| XYZ | 45.36 | 61.21 | 34.62 | - |
| YUV | 193.94 | 98.12 | 104.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 141 | 0.27 | 0 | 0.36 | 0.13 | 105 | 0.54 | 0.71 |
| Hex | A1 | DD | 8D | 1B | 0 | 24 | D | 69 | 36 | 47 |
| Octal | 241 | 335 | 215 | 33 | 0 | 44 | 15 | 151 | 66 | 107 |
| Binary | 10100001 | 11011101 | 10001101 | 11011 | 0 | 100100 | 1101 | 1101001 | 110110 | 1000111 |
Color Harmonies of #A1DD8D
Complementary color
Monochromatic Colors of #A1DD8D
Black with #A1DD8D
Text Example
Text Example
White with #A1DD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD8D; }
p { color: rgb(161,221,141); }
H1.HeaderClassName
{
color: #A1DD8D;
}
.AnyTagClassName
{
color: #A1DD8D;
}
</style>
background-color css
<style>
a { background-color: #A1DD8D; }
a { background-color: rgb(161,221,141); }
div.DivClassName
{
background-color: #A1DD8D;
}
.BgClassName
{
background-color: #A1DD8D;
}
</style>
border-color css
<style>
span { border-color: #A1DD8D; }
span { border-color: rgb(161,221,141); }
td.TdClassName
{
border-color: #A1DD8D;
}
.TagClassName
{
border-color: #A1DD8D;
}
</style>