Html Css Color HEX #A1D990 Granny Smith Apple
📋 copy color: '#A1D990'red 161 ◦ green 217 ◦ blue 144
Shades of Granny Smith Apple #A1D990
Tints of Granny Smith Apple #A1D990
RGB
CMYK
RGB Variations
Color information
#A1D990 (or 0xA1D990) is known color: Granny Smith Apple. HEX triplet: A1, D9 and 90. RGB value is (161,217,144). Sum of RGB (Red+Green+Blue) = 161+217+144=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 217 (85.16% from 255 or 41.57% from 522); Blue value is 144 (56.64% from 255 or 27.59% from 522); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D990 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D990 is #5E266F. Grayscale: #C0C0C0. Windows color (decimal): -6170224 or 9492897. OLE color: 9492897.
HSL color Cylindrical-coordinate representation of color #A1D990: hue angle of 106.03º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1D990 is Cyan = 0.26, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 144 | - |
| CMYK | 0.26 | 0 | 0.34 | 0.15 |
| HSL | 106.03º | 0.49% | 0.71% | - |
| HSV(B) | 106.03º | 0.34% | 0.85% | - |
| XYZ | 44.54 | 59.22 | 35.47 | - |
| YUV | 191.93 | 100.95 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 144 | 0.26 | 0 | 0.34 | 0.15 | 106.03 | 0.49 | 0.71 |
| Hex | A1 | D9 | 90 | 1A | 0 | 22 | F | 6A | 31 | 47 |
| Octal | 241 | 331 | 220 | 32 | 0 | 42 | 17 | 152 | 61 | 107 |
| Binary | 10100001 | 11011001 | 10010000 | 11010 | 0 | 100010 | 1111 | 1101010 | 110001 | 1000111 |
Color Harmonies of #A1D990
Complementary color
Monochromatic Colors of #A1D990
Black with #A1D990
Text Example
Text Example
White with #A1D990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D990; }
p { color: rgb(161,217,144); }
H1.HeaderClassName
{
color: #A1D990;
}
.AnyTagClassName
{
color: #A1D990;
}
</style>
background-color css
<style>
a { background-color: #A1D990; }
a { background-color: rgb(161,217,144); }
div.DivClassName
{
background-color: #A1D990;
}
.BgClassName
{
background-color: #A1D990;
}
</style>
border-color css
<style>
span { border-color: #A1D990; }
span { border-color: rgb(161,217,144); }
td.TdClassName
{
border-color: #A1D990;
}
.TagClassName
{
border-color: #A1D990;
}
</style>