Html Css Color HEX #A1DD9B Granny Smith Apple
📋 copy color: '#A1DD9B'red 161 ◦ green 221 ◦ blue 155
Shades of Granny Smith Apple #A1DD9B
Tints of Granny Smith Apple #A1DD9B
RGB
CMYK
RGB Variations
Color information
#A1DD9B (or 0xA1DD9B) is known color: Granny Smith Apple. HEX triplet: A1, DD and 9B. RGB value is (161,221,155). Sum of RGB (Red+Green+Blue) = 161+221+155=537 (71% of max value = 765). Red value is 161 (63.28% from 255 or 29.98% from 537); Green value is 221 (86.72% from 255 or 41.15% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DD9B is #5E2264. Grayscale: #C3C3C3. Windows color (decimal): -6169189 or 10214817. OLE color: 10214817.
HSL color Cylindrical-coordinate representation of color #A1DD9B: hue angle of 114.55º degrees, saturation: 0.49, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1DD9B is Cyan = 0.27, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 221 | 155 | - |
| CMYK | 0.27 | 0 | 0.30 | 0.13 |
| HSL | 114.55º | 0.49% | 0.74% | - |
| HSV(B) | 114.55º | 0.3% | 0.87% | - |
| XYZ | 46.47 | 61.66 | 40.46 | - |
| YUV | 195.54 | 105.12 | 103.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 221 | 155 | 0.27 | 0 | 0.30 | 0.13 | 114.55 | 0.49 | 0.74 |
| Hex | A1 | DD | 9B | 1B | 0 | 1E | D | 73 | 31 | 4A |
| Octal | 241 | 335 | 233 | 33 | 0 | 36 | 15 | 163 | 61 | 112 |
| Binary | 10100001 | 11011101 | 10011011 | 11011 | 0 | 11110 | 1101 | 1110011 | 110001 | 1001010 |
Color Harmonies of #A1DD9B
Complementary color
Monochromatic Colors of #A1DD9B
Black with #A1DD9B
Text Example
Text Example
White with #A1DD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DD9B; }
p { color: rgb(161,221,155); }
H1.HeaderClassName
{
color: #A1DD9B;
}
.AnyTagClassName
{
color: #A1DD9B;
}
</style>
background-color css
<style>
a { background-color: #A1DD9B; }
a { background-color: rgb(161,221,155); }
div.DivClassName
{
background-color: #A1DD9B;
}
.BgClassName
{
background-color: #A1DD9B;
}
</style>
border-color css
<style>
span { border-color: #A1DD9B; }
span { border-color: rgb(161,221,155); }
td.TdClassName
{
border-color: #A1DD9B;
}
.TagClassName
{
border-color: #A1DD9B;
}
</style>