#A0D59D

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

Shades of Granny Smith Apple #A0D59D

Tints of Granny Smith Apple #A0D59D

Color information

#A0D59D (or 0xA0D59D) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D5 and 9D. RGB value is (160,213,157). Sum of RGB (Red+Green+Blue) = 160+213+157=530 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.19% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 157 (61.72% from 255 or 29.62% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #A0D59D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D59D is #5F2A62. Grayscale: #BEBEBE. Windows color (decimal): -6236771 or 10343840. OLE color: 10343840.

HSL color Cylindrical-coordinate representation of color #A0D59D: hue angle of 116.79º 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 #A0D59D is Cyan = 0.25, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB160213157-
CMYK0.2500.260.16
HSL116.79º40%72.55%-
HSV(B)116.79º26.29%83.53%-
XYZ44.3857.540.66-
YUV190.77108.94106.05-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.19%
GREEN value IS 213 (83.59% from 255) = 40.19%
BLUE value IS 157 (61.72% from 255) = 29.62%
R=30.19%
G=40.19%
B=29.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1602131570.2500.260.16116.794072.55
HexA0D59D1901A10752849
Octal240325235310322016550111
Binary101000001101010110011101110010110101000011101011010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D59D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D59D; }

 p { color: rgb(160,213,157); }

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

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

 a { background-color: rgb(160,213,157); }

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

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

 span { border-color: rgb(160,213,157); }

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