Html Css Color HEX #A4D69F Granny Smith Apple
📋 copy color: '#A4D69F'red 164 ◦ green 214 ◦ blue 159
Shades of Granny Smith Apple #A4D69F
Tints of Granny Smith Apple #A4D69F
RGB
CMYK
RGB Variations
Color information
#A4D69F (or 0xA4D69F) is known color: Granny Smith Apple. HEX triplet: A4, D6 and 9F. RGB value is (164,214,159). Sum of RGB (Red+Green+Blue) = 164+214+159=537 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.54% from 537); Green value is 214 (83.98% from 255 or 39.85% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D69F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4D69F is #5B2960. Grayscale: #C0C0C0. Windows color (decimal): -5974369 or 10475172. OLE color: 10475172.
HSL color Cylindrical-coordinate representation of color #A4D69F: hue angle of 114.55º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A4D69F is Cyan = 0.23, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 164 | 214 | 159 | - |
| CMYK | 0.23 | 0 | 0.26 | 0.16 |
| HSL | 114.55º | 0.4% | 0.73% | - |
| HSV(B) | 114.55º | 0.26% | 0.84% | - |
| XYZ | 45.61 | 58.49 | 41.69 | - |
| YUV | 192.78 | 108.94 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 214 | 159 | 0.23 | 0 | 0.26 | 0.16 | 114.55 | 0.4 | 0.73 |
| Hex | A4 | D6 | 9F | 17 | 0 | 1A | 10 | 73 | 28 | 49 |
| Octal | 244 | 326 | 237 | 27 | 0 | 32 | 20 | 163 | 50 | 111 |
| Binary | 10100100 | 11010110 | 10011111 | 10111 | 0 | 11010 | 10000 | 1110011 | 101000 | 1001001 |
Color Harmonies of #A4D69F
Complementary color
Monochromatic Colors of #A4D69F
Black with #A4D69F
Text Example
Text Example
White with #A4D69F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4D69F; }
p { color: rgb(164,214,159); }
H1.HeaderClassName
{
color: #A4D69F;
}
.AnyTagClassName
{
color: #A4D69F;
}
</style>
background-color css
<style>
a { background-color: #A4D69F; }
a { background-color: rgb(164,214,159); }
div.DivClassName
{
background-color: #A4D69F;
}
.BgClassName
{
background-color: #A4D69F;
}
</style>
border-color css
<style>
span { border-color: #A4D69F; }
span { border-color: rgb(164,214,159); }
td.TdClassName
{
border-color: #A4D69F;
}
.TagClassName
{
border-color: #A4D69F;
}
</style>