Html Css Color HEX #A1D399 Granny Smith Apple
📋 copy color: '#A1D399'red 161 ◦ green 211 ◦ blue 153
Shades of Granny Smith Apple #A1D399
Tints of Granny Smith Apple #A1D399
RGB
CMYK
RGB Variations
Color information
#A1D399 (or 0xA1D399) is known color: Granny Smith Apple. HEX triplet: A1, D3 and 99. RGB value is (161,211,153). Sum of RGB (Red+Green+Blue) = 161+211+153=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 211 (82.81% from 255 or 40.19% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 211 - color contains mainly: green. Hex color #A1D399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D399 is #5E2C66. Grayscale: #BDBDBD. Windows color (decimal): -6171751 or 10081185. OLE color: 10081185.
HSL color Cylindrical-coordinate representation of color #A1D399: hue angle of 111.72º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1D399 is Cyan = 0.24, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 161 | 211 | 153 | - |
| CMYK | 0.24 | 0 | 0.27 | 0.17 |
| HSL | 111.72º | 0.4% | 0.71% | - |
| HSV(B) | 111.72º | 0.27% | 0.83% | - |
| XYZ | 43.74 | 56.47 | 38.73 | - |
| YUV | 189.44 | 107.44 | 107.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 211 | 153 | 0.24 | 0 | 0.27 | 0.17 | 111.72 | 0.4 | 0.71 |
| Hex | A1 | D3 | 99 | 18 | 0 | 1B | 11 | 70 | 28 | 47 |
| Octal | 241 | 323 | 231 | 30 | 0 | 33 | 21 | 160 | 50 | 107 |
| Binary | 10100001 | 11010011 | 10011001 | 11000 | 0 | 11011 | 10001 | 1110000 | 101000 | 1000111 |
Color Harmonies of #A1D399
Complementary color
Monochromatic Colors of #A1D399
Black with #A1D399
Text Example
Text Example
White with #A1D399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D399; }
p { color: rgb(161,211,153); }
H1.HeaderClassName
{
color: #A1D399;
}
.AnyTagClassName
{
color: #A1D399;
}
</style>
background-color css
<style>
a { background-color: #A1D399; }
a { background-color: rgb(161,211,153); }
div.DivClassName
{
background-color: #A1D399;
}
.BgClassName
{
background-color: #A1D399;
}
</style>
border-color css
<style>
span { border-color: #A1D399; }
span { border-color: rgb(161,211,153); }
td.TdClassName
{
border-color: #A1D399;
}
.TagClassName
{
border-color: #A1D399;
}
</style>