Html Css Color HEX #A1D094 Granny Smith Apple
📋 copy color: '#A1D094'red 161 ◦ green 208 ◦ blue 148
Shades of Granny Smith Apple #A1D094
Tints of Granny Smith Apple #A1D094
RGB
CMYK
RGB Variations
Color information
#A1D094 (or 0xA1D094) is known color: Granny Smith Apple. HEX triplet: A1, D0 and 94. RGB value is (161,208,148). Sum of RGB (Red+Green+Blue) = 161+208+148=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 208 (81.64% from 255 or 40.23% from 517); Blue value is 148 (58.20% from 255 or 28.63% from 517); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D094 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1D094 is #5E2F6B. Grayscale: #BBBBBB. Windows color (decimal): -6172524 or 9752737. OLE color: 9752737.
HSL color Cylindrical-coordinate representation of color #A1D094: hue angle of 107º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1D094 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 148 | - |
| CMYK | 0.23 | 0 | 0.29 | 0.18 |
| HSL | 107º | 0.39% | 0.7% | - |
| HSV(B) | 107º | 0.29% | 0.82% | - |
| XYZ | 42.6 | 54.83 | 36.35 | - |
| YUV | 187.11 | 105.93 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 148 | 0.23 | 0 | 0.29 | 0.18 | 107 | 0.39 | 0.7 |
| Hex | A1 | D0 | 94 | 17 | 0 | 1D | 12 | 6B | 27 | 46 |
| Octal | 241 | 320 | 224 | 27 | 0 | 35 | 22 | 153 | 47 | 106 |
| Binary | 10100001 | 11010000 | 10010100 | 10111 | 0 | 11101 | 10010 | 1101011 | 100111 | 1000110 |
Color Harmonies of #A1D094
Complementary color
Monochromatic Colors of #A1D094
Black with #A1D094
Text Example
Text Example
White with #A1D094
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D094; }
p { color: rgb(161,208,148); }
H1.HeaderClassName
{
color: #A1D094;
}
.AnyTagClassName
{
color: #A1D094;
}
</style>
background-color css
<style>
a { background-color: #A1D094; }
a { background-color: rgb(161,208,148); }
div.DivClassName
{
background-color: #A1D094;
}
.BgClassName
{
background-color: #A1D094;
}
</style>
border-color css
<style>
span { border-color: #A1D094; }
span { border-color: rgb(161,208,148); }
td.TdClassName
{
border-color: #A1D094;
}
.TagClassName
{
border-color: #A1D094;
}
</style>