Html Css Color HEX #A4DA96 Granny Smith Apple
📋 copy color: '#A4DA96'red 164 ◦ green 218 ◦ blue 150
Shades of Granny Smith Apple #A4DA96
Tints of Granny Smith Apple #A4DA96
RGB
CMYK
RGB Variations
Color information
#A4DA96 (or 0xA4DA96) is known color: Granny Smith Apple. HEX triplet: A4, DA and 96. RGB value is (164,218,150). Sum of RGB (Red+Green+Blue) = 164+218+150=532 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.83% from 532); Green value is 218 (85.55% from 255 or 40.98% from 532); Blue value is 150 (58.98% from 255 or 28.20% from 532); Max value from RGB is 218 - color contains mainly: green. Hex color #A4DA96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4DA96 is #5B2569. Grayscale: #C2C2C2. Windows color (decimal): -5973354 or 9886372. OLE color: 9886372.
HSL color Cylindrical-coordinate representation of color #A4DA96: hue angle of 107.65º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4DA96 is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 164 | 218 | 150 | - |
| CMYK | 0.25 | 0 | 0.31 | 0.15 |
| HSL | 107.65º | 0.48% | 0.72% | - |
| HSV(B) | 107.65º | 0.31% | 0.85% | - |
| XYZ | 45.89 | 60.24 | 38.06 | - |
| YUV | 194.1 | 103.11 | 106.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 218 | 150 | 0.25 | 0 | 0.31 | 0.15 | 107.65 | 0.48 | 0.72 |
| Hex | A4 | DA | 96 | 19 | 0 | 1F | F | 6C | 30 | 48 |
| Octal | 244 | 332 | 226 | 31 | 0 | 37 | 17 | 154 | 60 | 110 |
| Binary | 10100100 | 11011010 | 10010110 | 11001 | 0 | 11111 | 1111 | 1101100 | 110000 | 1001000 |
Color Harmonies of #A4DA96
Complementary color
Monochromatic Colors of #A4DA96
Black with #A4DA96
Text Example
Text Example
White with #A4DA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4DA96; }
p { color: rgb(164,218,150); }
H1.HeaderClassName
{
color: #A4DA96;
}
.AnyTagClassName
{
color: #A4DA96;
}
</style>
background-color css
<style>
a { background-color: #A4DA96; }
a { background-color: rgb(164,218,150); }
div.DivClassName
{
background-color: #A4DA96;
}
.BgClassName
{
background-color: #A4DA96;
}
</style>
border-color css
<style>
span { border-color: #A4DA96; }
span { border-color: rgb(164,218,150); }
td.TdClassName
{
border-color: #A4DA96;
}
.TagClassName
{
border-color: #A4DA96;
}
</style>