#A0DD9E

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

Shades of Granny Smith Apple #A0DD9E

Tints of Granny Smith Apple #A0DD9E

Color information

#A0DD9E (or 0xA0DD9E) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DD and 9E. RGB value is (160,221,158). Sum of RGB (Red+Green+Blue) = 160+221+158=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 221 (86.72% from 255 or 41.00% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD9E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DD9E is #5F2261. Grayscale: #C3C3C3. Windows color (decimal): -6234722 or 10411424. OLE color: 10411424.

HSL color Cylindrical-coordinate representation of color #A0DD9E: hue angle of 118.1º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0DD9E is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB160221158-
CMYK0.2800.290.13
HSL118.1º48.09%74.31%-
HSV(B)118.1º28.51%86.67%-
XYZ46.5361.6641.8-
YUV195.58106.79102.62-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.68%
GREEN value IS 221 (86.72% from 255) = 41.00%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=29.68%
G=41.00%
B=29.31%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1602211580.2800.290.13118.148.0974.31
HexA0DD9E1C01DD76304a
Octal240335236340351516660112
Binary10100000110111011001111011100011101110111101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DD9E; }

 p { color: rgb(160,221,158); }

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

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

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

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

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

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

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