#A0DC9D

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

Shades of Granny Smith Apple #A0DC9D

Tints of Granny Smith Apple #A0DC9D

Color information

#A0DC9D (or 0xA0DC9D) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DC and 9D. RGB value is (160,220,157). Sum of RGB (Red+Green+Blue) = 160+220+157=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC9D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC9D is #5F2362. Grayscale: #C3C3C3. Windows color (decimal): -6234979 or 10345632. OLE color: 10345632.

HSL color Cylindrical-coordinate representation of color #A0DC9D: hue angle of 117.14º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0DC9D is Cyan = 0.27, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.

Color convert

RGB160220157-
CMYK0.2700.290.14
HSL117.14º47.37%73.92%-
HSV(B)117.14º28.64%86.27%-
XYZ46.1861.0941.26-
YUV194.88106.62103.12-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 220 (86.33% from 255) = 40.97%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=29.80%
G=40.97%
B=29.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602201570.2700.290.14117.1447.3773.92
HexA0DC9D1B01DE752f4a
Octal240334235330351616557112
Binary10100000110111001001110111011011101111011101011011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DC9D; }

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

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

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

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

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

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

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

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