Html Css Color HEX #A1D993 Granny Smith Apple
📋 copy color: '#A1D993'red 161 ◦ green 217 ◦ blue 147
Shades of Granny Smith Apple #A1D993
Tints of Granny Smith Apple #A1D993
RGB
CMYK
RGB Variations
Color information
#A1D993 (or 0xA1D993) is known color: Granny Smith Apple. HEX triplet: A1, D9 and 93. RGB value is (161,217,147). Sum of RGB (Red+Green+Blue) = 161+217+147=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 217 (85.16% from 255 or 41.33% from 525); Blue value is 147 (57.81% from 255 or 28% from 525); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D993 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D993 is #5E266C. Grayscale: #C0C0C0. Windows color (decimal): -6170221 or 9689505. OLE color: 9689505.
HSL color Cylindrical-coordinate representation of color #A1D993: hue angle of 108º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1D993 is Cyan = 0.26, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 147 | - |
| CMYK | 0.26 | 0 | 0.32 | 0.15 |
| HSL | 108º | 0.48% | 0.71% | - |
| HSV(B) | 108º | 0.32% | 0.85% | - |
| XYZ | 44.78 | 59.31 | 36.69 | - |
| YUV | 192.28 | 102.45 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 147 | 0.26 | 0 | 0.32 | 0.15 | 108 | 0.48 | 0.71 |
| Hex | A1 | D9 | 93 | 1A | 0 | 20 | F | 6C | 30 | 47 |
| Octal | 241 | 331 | 223 | 32 | 0 | 40 | 17 | 154 | 60 | 107 |
| Binary | 10100001 | 11011001 | 10010011 | 11010 | 0 | 100000 | 1111 | 1101100 | 110000 | 1000111 |
Color Harmonies of #A1D993
Complementary color
Monochromatic Colors of #A1D993
Black with #A1D993
Text Example
Text Example
White with #A1D993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D993; }
p { color: rgb(161,217,147); }
H1.HeaderClassName
{
color: #A1D993;
}
.AnyTagClassName
{
color: #A1D993;
}
</style>
background-color css
<style>
a { background-color: #A1D993; }
a { background-color: rgb(161,217,147); }
div.DivClassName
{
background-color: #A1D993;
}
.BgClassName
{
background-color: #A1D993;
}
</style>
border-color css
<style>
span { border-color: #A1D993; }
span { border-color: rgb(161,217,147); }
td.TdClassName
{
border-color: #A1D993;
}
.TagClassName
{
border-color: #A1D993;
}
</style>