#A0D49F

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

Shades of Granny Smith Apple #A0D49F

Tints of Granny Smith Apple #A0D49F

Color information

#A0D49F (or 0xA0D49F) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D4 and 9F. RGB value is (160,212,159). Sum of RGB (Red+Green+Blue) = 160+212+159=531 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.13% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 159 (62.5% from 255 or 29.94% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #A0D49F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D49F is #5F2B60. Grayscale: #BEBEBE. Windows color (decimal): -6237025 or 10474656. OLE color: 10474656.

HSL color Cylindrical-coordinate representation of color #A0D49F: hue angle of 118.87º degrees, saturation: 0.38, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A0D49F is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB160212159-
CMYK0.2500.250.17
HSL118.87º38.13%72.75%-
HSV(B)118.87º25%83.14%-
XYZ44.357.0641.48-
YUV190.41110.27106.31-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.13%
GREEN value IS 212 (83.20% from 255) = 39.92%
BLUE value IS 159 (62.5% from 255) = 29.94%
R=30.13%
G=39.92%
B=29.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1602121590.2500.250.17118.8738.1372.75
HexA0D49F1901911772649
Octal240324237310312116746111
Binary101000001101010010011111110010110011000111101111001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D49F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D49F; }

 p { color: rgb(160,212,159); }

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

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

 a { background-color: rgb(160,212,159); }

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

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

 span { border-color: rgb(160,212,159); }

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