Html Css Color HEX #A1D19B Granny Smith Apple
📋 copy color: '#A1D19B'red 161 ◦ green 209 ◦ blue 155
Shades of Granny Smith Apple #A1D19B
Tints of Granny Smith Apple #A1D19B
RGB
CMYK
RGB Variations
Color information
#A1D19B (or 0xA1D19B) is known color: Granny Smith Apple. HEX triplet: A1, D1 and 9B. RGB value is (161,209,155). Sum of RGB (Red+Green+Blue) = 161+209+155=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 209 (82.03% from 255 or 39.81% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 209 - color contains mainly: green. Hex color #A1D19B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D19B is #5E2E64. Grayscale: #BCBCBC. Windows color (decimal): -6172261 or 10211745. OLE color: 10211745.
HSL color Cylindrical-coordinate representation of color #A1D19B: hue angle of 113.33º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A1D19B is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 209 | 155 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.18 |
| HSL | 113.33º | 0.37% | 0.71% | - |
| HSV(B) | 113.33º | 0.26% | 0.82% | - |
| XYZ | 43.41 | 55.54 | 39.44 | - |
| YUV | 188.49 | 109.1 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 209 | 155 | 0.23 | 0 | 0.26 | 0.18 | 113.33 | 0.37 | 0.71 |
| Hex | A1 | D1 | 9B | 17 | 0 | 1A | 12 | 71 | 25 | 47 |
| Octal | 241 | 321 | 233 | 27 | 0 | 32 | 22 | 161 | 45 | 107 |
| Binary | 10100001 | 11010001 | 10011011 | 10111 | 0 | 11010 | 10010 | 1110001 | 100101 | 1000111 |
Color Harmonies of #A1D19B
Complementary color
Monochromatic Colors of #A1D19B
Black with #A1D19B
Text Example
Text Example
White with #A1D19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D19B; }
p { color: rgb(161,209,155); }
H1.HeaderClassName
{
color: #A1D19B;
}
.AnyTagClassName
{
color: #A1D19B;
}
</style>
background-color css
<style>
a { background-color: #A1D19B; }
a { background-color: rgb(161,209,155); }
div.DivClassName
{
background-color: #A1D19B;
}
.BgClassName
{
background-color: #A1D19B;
}
</style>
border-color css
<style>
span { border-color: #A1D19B; }
span { border-color: rgb(161,209,155); }
td.TdClassName
{
border-color: #A1D19B;
}
.TagClassName
{
border-color: #A1D19B;
}
</style>