Html Css Color HEX #A1DF94 Granny Smith Apple
📋 copy color: '#A1DF94'red 161 ◦ green 223 ◦ blue 148
Shades of Granny Smith Apple #A1DF94
Tints of Granny Smith Apple #A1DF94
RGB
CMYK
RGB Variations
Color information
#A1DF94 (or 0xA1DF94) is known color: Granny Smith Apple. HEX triplet: A1, DF and 94. RGB value is (161,223,148). Sum of RGB (Red+Green+Blue) = 161+223+148=532 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.26% from 532); Green value is 223 (87.5% from 255 or 41.92% from 532); Blue value is 148 (58.20% from 255 or 27.82% from 532); Max value from RGB is 223 - color contains mainly: green. Hex color #A1DF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1DF94 is #5E206B. Grayscale: #C4C4C4. Windows color (decimal): -6168684 or 9756577. OLE color: 9756577.
HSL color Cylindrical-coordinate representation of color #A1DF94: hue angle of 109.6º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1DF94 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 223 | 148 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.13 |
| HSL | 109.6º | 0.54% | 0.73% | - |
| HSV(B) | 109.6º | 0.34% | 0.87% | - |
| XYZ | 46.43 | 62.49 | 37.63 | - |
| YUV | 195.91 | 100.96 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 223 | 148 | 0.28 | 0 | 0.34 | 0.13 | 109.6 | 0.54 | 0.73 |
| Hex | A1 | DF | 94 | 1C | 0 | 22 | D | 6E | 36 | 49 |
| Octal | 241 | 337 | 224 | 34 | 0 | 42 | 15 | 156 | 66 | 111 |
| Binary | 10100001 | 11011111 | 10010100 | 11100 | 0 | 100010 | 1101 | 1101110 | 110110 | 1001001 |
Color Harmonies of #A1DF94
Complementary color
Monochromatic Colors of #A1DF94
Black with #A1DF94
Text Example
Text Example
White with #A1DF94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DF94; }
p { color: rgb(161,223,148); }
H1.HeaderClassName
{
color: #A1DF94;
}
.AnyTagClassName
{
color: #A1DF94;
}
</style>
background-color css
<style>
a { background-color: #A1DF94; }
a { background-color: rgb(161,223,148); }
div.DivClassName
{
background-color: #A1DF94;
}
.BgClassName
{
background-color: #A1DF94;
}
</style>
border-color css
<style>
span { border-color: #A1DF94; }
span { border-color: rgb(161,223,148); }
td.TdClassName
{
border-color: #A1DF94;
}
.TagClassName
{
border-color: #A1DF94;
}
</style>