Html Css Color HEX #A1D992 Granny Smith Apple
📋 copy color: '#A1D992'red 161 ◦ green 217 ◦ blue 146
Shades of Granny Smith Apple #A1D992
Tints of Granny Smith Apple #A1D992
RGB
CMYK
RGB Variations
Color information
#A1D992 (or 0xA1D992) is known color: Granny Smith Apple. HEX triplet: A1, D9 and 92. RGB value is (161,217,146). Sum of RGB (Red+Green+Blue) = 161+217+146=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 217 (85.16% from 255 or 41.41% from 524); Blue value is 146 (57.42% from 255 or 27.86% from 524); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D992 is #5E266D. Grayscale: #C0C0C0. Windows color (decimal): -6170222 or 9623969. OLE color: 9623969.
HSL color Cylindrical-coordinate representation of color #A1D992: hue angle of 107.32º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1D992 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 217 | 146 | - |
| CMYK | 0.26 | 0 | 0.33 | 0.15 |
| HSL | 107.32º | 0.48% | 0.71% | - |
| HSV(B) | 107.32º | 0.33% | 0.85% | - |
| XYZ | 44.7 | 59.28 | 36.28 | - |
| YUV | 192.16 | 101.95 | 105.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 217 | 146 | 0.26 | 0 | 0.33 | 0.15 | 107.32 | 0.48 | 0.71 |
| Hex | A1 | D9 | 92 | 1A | 0 | 21 | F | 6B | 30 | 47 |
| Octal | 241 | 331 | 222 | 32 | 0 | 41 | 17 | 153 | 60 | 107 |
| Binary | 10100001 | 11011001 | 10010010 | 11010 | 0 | 100001 | 1111 | 1101011 | 110000 | 1000111 |
Color Harmonies of #A1D992
Complementary color
Monochromatic Colors of #A1D992
Black with #A1D992
Text Example
Text Example
White with #A1D992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D992; }
p { color: rgb(161,217,146); }
H1.HeaderClassName
{
color: #A1D992;
}
.AnyTagClassName
{
color: #A1D992;
}
</style>
background-color css
<style>
a { background-color: #A1D992; }
a { background-color: rgb(161,217,146); }
div.DivClassName
{
background-color: #A1D992;
}
.BgClassName
{
background-color: #A1D992;
}
</style>
border-color css
<style>
span { border-color: #A1D992; }
span { border-color: rgb(161,217,146); }
td.TdClassName
{
border-color: #A1D992;
}
.TagClassName
{
border-color: #A1D992;
}
</style>