Html Css Color HEX #A1DA8E Granny Smith Apple
📋 copy color: '#A1DA8E'red 161 ◦ green 218 ◦ blue 142
Shades of Granny Smith Apple #A1DA8E
Tints of Granny Smith Apple #A1DA8E
RGB
CMYK
RGB Variations
Color information
#A1DA8E (or 0xA1DA8E) is known color: Granny Smith Apple. HEX triplet: A1, DA and 8E. RGB value is (161,218,142). Sum of RGB (Red+Green+Blue) = 161+218+142=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 218 (85.55% from 255 or 41.84% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 218 - color contains mainly: green. Hex color #A1DA8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DA8E is #5E2571. Grayscale: #C0C0C0. Windows color (decimal): -6169970 or 9362081. OLE color: 9362081.
HSL color Cylindrical-coordinate representation of color #A1DA8E: hue angle of 105º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1DA8E is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 218 | 142 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.15 |
| HSL | 105º | 0.51% | 0.71% | - |
| HSV(B) | 105º | 0.35% | 0.85% | - |
| XYZ | 44.65 | 59.67 | 34.76 | - |
| YUV | 192.29 | 99.62 | 105.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 218 | 142 | 0.26 | 0 | 0.35 | 0.15 | 105 | 0.51 | 0.71 |
| Hex | A1 | DA | 8E | 1A | 0 | 23 | F | 69 | 33 | 47 |
| Octal | 241 | 332 | 216 | 32 | 0 | 43 | 17 | 151 | 63 | 107 |
| Binary | 10100001 | 11011010 | 10001110 | 11010 | 0 | 100011 | 1111 | 1101001 | 110011 | 1000111 |
Color Harmonies of #A1DA8E
Complementary color
Monochromatic Colors of #A1DA8E
Black with #A1DA8E
Text Example
Text Example
White with #A1DA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DA8E; }
p { color: rgb(161,218,142); }
H1.HeaderClassName
{
color: #A1DA8E;
}
.AnyTagClassName
{
color: #A1DA8E;
}
</style>
background-color css
<style>
a { background-color: #A1DA8E; }
a { background-color: rgb(161,218,142); }
div.DivClassName
{
background-color: #A1DA8E;
}
.BgClassName
{
background-color: #A1DA8E;
}
</style>
border-color css
<style>
span { border-color: #A1DA8E; }
span { border-color: rgb(161,218,142); }
td.TdClassName
{
border-color: #A1DA8E;
}
.TagClassName
{
border-color: #A1DA8E;
}
</style>