#A8D49D

Color #A8D49D Granny Smith Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Granny Smith Apple #A8D49D

Tints of Granny Smith Apple #A8D49D

Color information

#A8D49D (or 0xA8D49D) is unknown color: approx Granny Smith Apple. HEX triplet: A8, D4 and 9D. RGB value is (168,212,157). Sum of RGB (Red+Green+Blue) = 168+212+157=537 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.28% from 537); Green value is 212 (83.20% from 255 or 39.48% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 212 - color contains mainly: green. Hex color #A8D49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D49D is #572B62. Grayscale: #C0C0C0. Windows color (decimal): -5712739 or 10343592. OLE color: 10343592.

HSL color Cylindrical-coordinate representation of color #A8D49D: hue angle of 108º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8D49D is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.17.

Color convert

RGB168212157-
CMYK0.2100.260.17
HSL108º39.01%72.35%-
HSV(B)108º25.94%83.14%-
XYZ45.7857.8540.65-
YUV192.57107.92110.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 168 (66.02% from 255) = 31.28%
GREEN value IS 212 (83.20% from 255) = 39.48%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=31.28%
G=39.48%
B=29.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1682121570.2100.260.1710839.0172.35
HexA8D49D1501A116c2748
Octal250324235250322115447110
Binary101010001101010010011101101010110101000111011001001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8D49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8D49D; }

 p { color: rgb(168,212,157); }

 H1.HeaderClassName
 {
   color: #A8D49D;
 }
 .AnyTagClassName
 {
   color: #A8D49D;
 }
</style>
background-color css

<style>
 a { background-color: #A8D49D; }

 a { background-color: rgb(168,212,157); }

 div.DivClassName
 {
   background-color: #A8D49D;
 }
 .BgClassName
 {
   background-color: #A8D49D;
 }
</style>
border-color css

<style>
 span { border-color: #A8D49D; }

 span { border-color: rgb(168,212,157); }

 td.TdClassName
 {
   border-color: #A8D49D;
 }
 .TagClassName
 {
   border-color: #A8D49D;
 }
</style>