Html Css Color HEX #A1D594 Granny Smith Apple
📋 copy color: '#A1D594'red 161 ◦ green 213 ◦ blue 148
Shades of Granny Smith Apple #A1D594
Tints of Granny Smith Apple #A1D594
RGB
CMYK
RGB Variations
Color information
#A1D594 (or 0xA1D594) is known color: Granny Smith Apple. HEX triplet: A1, D5 and 94. RGB value is (161,213,148). Sum of RGB (Red+Green+Blue) = 161+213+148=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 213 (83.59% from 255 or 40.80% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 213 - color contains mainly: green. Hex color #A1D594 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D594 is #5E2A6B. Grayscale: #BEBEBE. Windows color (decimal): -6171244 or 9754017. OLE color: 9754017.
HSL color Cylindrical-coordinate representation of color #A1D594: hue angle of 108º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1D594 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 213 | 148 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.16 |
| HSL | 108º | 0.44% | 0.71% | - |
| HSV(B) | 108º | 0.31% | 0.84% | - |
| XYZ | 43.84 | 57.3 | 36.77 | - |
| YUV | 190.04 | 104.27 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 213 | 148 | 0.24 | 0 | 0.31 | 0.16 | 108 | 0.44 | 0.71 |
| Hex | A1 | D5 | 94 | 18 | 0 | 1F | 10 | 6C | 2C | 47 |
| Octal | 241 | 325 | 224 | 30 | 0 | 37 | 20 | 154 | 54 | 107 |
| Binary | 10100001 | 11010101 | 10010100 | 11000 | 0 | 11111 | 10000 | 1101100 | 101100 | 1000111 |
Color Harmonies of #A1D594
Complementary color
Monochromatic Colors of #A1D594
Black with #A1D594
Text Example
Text Example
White with #A1D594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D594; }
p { color: rgb(161,213,148); }
H1.HeaderClassName
{
color: #A1D594;
}
.AnyTagClassName
{
color: #A1D594;
}
</style>
background-color css
<style>
a { background-color: #A1D594; }
a { background-color: rgb(161,213,148); }
div.DivClassName
{
background-color: #A1D594;
}
.BgClassName
{
background-color: #A1D594;
}
</style>
border-color css
<style>
span { border-color: #A1D594; }
span { border-color: rgb(161,213,148); }
td.TdClassName
{
border-color: #A1D594;
}
.TagClassName
{
border-color: #A1D594;
}
</style>