Html Css Color HEX #A1DD9D Granny Smith Apple
📋 copy color: '#A1DD9D'red 161 ◦ green 221 ◦ blue 157
Shades of Granny Smith Apple #A1DD9D
Tints of Granny Smith Apple #A1DD9D
RGB
CMYK
RGB Variations
Color information
#A1DD9D (or 0xA1DD9D) is known color: Granny Smith Apple. HEX triplet: A1, DD and 9D. RGB value is (161,221,157). Sum of RGB (Red+Green+Blue) = 161+221+157=539 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.87% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 157 (61.72% from 255 or 29.13% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD9D is #5E2262. Grayscale: #C3C3C3. Windows color (decimal): -6169187 or 10345889. OLE color: 10345889.
HSL color Cylindrical-coordinate representation of color #A1DD9D: hue angle of 116.25º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1DD9D is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 157 | - |
| CMYK | 0.27 | 0 | 0.29 | 0.13 |
| HSL | 116.25º | 0.48% | 0.74% | - |
| HSV(B) | 116.25º | 0.29% | 0.87% | - |
| XYZ | 46.64 | 61.72 | 41.35 | - |
| YUV | 195.76 | 106.12 | 103.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 157 | 0.27 | 0 | 0.29 | 0.13 | 116.25 | 0.48 | 0.74 |
| Hex | A1 | DD | 9D | 1B | 0 | 1D | D | 74 | 30 | 4A |
| Octal | 241 | 335 | 235 | 33 | 0 | 35 | 15 | 164 | 60 | 112 |
| Binary | 10100001 | 11011101 | 10011101 | 11011 | 0 | 11101 | 1101 | 1110100 | 110000 | 1001010 |
Color Harmonies of #A1DD9D
Complementary color
Monochromatic Colors of #A1DD9D
Black with #A1DD9D
Text Example
Text Example
White with #A1DD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD9D; }
p { color: rgb(161,221,157); }
H1.HeaderClassName
{
color: #A1DD9D;
}
.AnyTagClassName
{
color: #A1DD9D;
}
</style>
background-color css
<style>
a { background-color: #A1DD9D; }
a { background-color: rgb(161,221,157); }
div.DivClassName
{
background-color: #A1DD9D;
}
.BgClassName
{
background-color: #A1DD9D;
}
</style>
border-color css
<style>
span { border-color: #A1DD9D; }
span { border-color: rgb(161,221,157); }
td.TdClassName
{
border-color: #A1DD9D;
}
.TagClassName
{
border-color: #A1DD9D;
}
</style>