#A0D896

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

Shades of Granny Smith Apple #A0D896

Tints of Granny Smith Apple #A0D896

Color information

#A0D896 (or 0xA0D896) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D8 and 96. RGB value is (160,216,150). Sum of RGB (Red+Green+Blue) = 160+216+150=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 216 (84.77% from 255 or 41.06% from 526); Blue value is 150 (58.98% from 255 or 28.52% from 526); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D896 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D896 is #5F2769. Grayscale: #BFBFBF. Windows color (decimal): -6236010 or 9885856. OLE color: 9885856.

HSL color Cylindrical-coordinate representation of color #A0D896: hue angle of 110.91º degrees, saturation: 0.46, 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 #A0D896 is Cyan = 0.26, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB160216150-
CMYK0.2600.310.15
HSL110.91º45.83%71.76%-
HSV(B)110.91º30.56%84.71%-
XYZ44.5658.7937.85-
YUV191.73104.45105.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.42%
GREEN value IS 216 (84.77% from 255) = 41.06%
BLUE value IS 150 (58.98% from 255) = 28.52%
R=30.42%
G=41.06%
B=28.52%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602161500.2600.310.15110.9145.8371.76
HexA0D8961A01FF6f2e48
Octal240330226320371715756110
Binary10100000110110001001011011010011111111111011111011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D896; }

 p { color: rgb(160,216,150); }

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

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

 a { background-color: rgb(160,216,150); }

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

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

 span { border-color: rgb(160,216,150); }

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