Html Css Color HEX #A4DA94 Granny Smith Apple
📋 copy color: '#A4DA94'red 164 ◦ green 218 ◦ blue 148
Shades of Granny Smith Apple #A4DA94
Tints of Granny Smith Apple #A4DA94
RGB
CMYK
RGB Variations
Color information
#A4DA94 (or 0xA4DA94) is known color: Granny Smith Apple. HEX triplet: A4, DA and 94. RGB value is (164,218,148). Sum of RGB (Red+Green+Blue) = 164+218+148=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 218 (85.55% from 255 or 41.13% from 530); Blue value is 148 (58.20% from 255 or 27.92% from 530); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DA94 is #5B256B. Grayscale: #C2C2C2. Windows color (decimal): -5973356 or 9755300. OLE color: 9755300.
HSL color Cylindrical-coordinate representation of color #A4DA94: hue angle of 106.29º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4DA94 is Cyan = 0.25, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 148 | - |
| CMYK | 0.25 | 0 | 0.32 | 0.15 |
| HSL | 106.29º | 0.49% | 0.72% | - |
| HSV(B) | 106.29º | 0.32% | 0.85% | - |
| XYZ | 45.73 | 60.17 | 37.22 | - |
| YUV | 193.87 | 102.11 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 148 | 0.25 | 0 | 0.32 | 0.15 | 106.29 | 0.49 | 0.72 |
| Hex | A4 | DA | 94 | 19 | 0 | 20 | F | 6A | 31 | 48 |
| Octal | 244 | 332 | 224 | 31 | 0 | 40 | 17 | 152 | 61 | 110 |
| Binary | 10100100 | 11011010 | 10010100 | 11001 | 0 | 100000 | 1111 | 1101010 | 110001 | 1001000 |
Color Harmonies of #A4DA94
Complementary color
Monochromatic Colors of #A4DA94
Black with #A4DA94
Text Example
Text Example
White with #A4DA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DA94; }
p { color: rgb(164,218,148); }
H1.HeaderClassName
{
color: #A4DA94;
}
.AnyTagClassName
{
color: #A4DA94;
}
</style>
background-color css
<style>
a { background-color: #A4DA94; }
a { background-color: rgb(164,218,148); }
div.DivClassName
{
background-color: #A4DA94;
}
.BgClassName
{
background-color: #A4DA94;
}
</style>
border-color css
<style>
span { border-color: #A4DA94; }
span { border-color: rgb(164,218,148); }
td.TdClassName
{
border-color: #A4DA94;
}
.TagClassName
{
border-color: #A4DA94;
}
</style>