#A0D8A0

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

Shades of Granny Smith Apple #A0D8A0

Tints of Granny Smith Apple #A0D8A0

Color information

#A0D8A0 (or 0xA0D8A0) is unknown color: approx Granny Smith Apple. HEX triplet: A0, D8 and A0. RGB value is (160,216,160). Sum of RGB (Red+Green+Blue) = 160+216+160=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 216 (84.77% from 255 or 40.30% from 536); Blue value is 160 (62.89% from 255 or 29.85% from 536); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D8A0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D8A0 is #5F275F. Grayscale: #C1C1C1. Windows color (decimal): -6236000 or 10541216. OLE color: 10541216.

HSL color Cylindrical-coordinate representation of color #A0D8A0: hue angle of 120º degrees, saturation: 0.42, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A0D8A0 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB160216160-
CMYK0.2600.260.15
HSL120º41.79%73.73%-
HSV(B)120º25.93%84.71%-
XYZ45.459.1242.28-
YUV192.87109.45104.55-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.85%
GREEN value IS 216 (84.77% from 255) = 40.30%
BLUE value IS 160 (62.89% from 255) = 29.85%
R=29.85%
G=40.30%
B=29.85%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1602161600.2600.260.1512041.7973.73
HexA0D8A01A01AF782a4a
Octal240330240320321717052112
Binary10100000110110001010000011010011010111111110001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D8A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D8A0; }

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

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

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

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

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

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

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

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