#A0E49D

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

Shades of Granny Smith Apple #A0E49D

Tints of Granny Smith Apple #A0E49D

Color information

#A0E49D (or 0xA0E49D) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E4 and 9D. RGB value is (160,228,157). Sum of RGB (Red+Green+Blue) = 160+228+157=545 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.36% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E49D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E49D is #5F1B62. Grayscale: #C7C7C7. Windows color (decimal): -6232931 or 10347680. OLE color: 10347680.

HSL color Cylindrical-coordinate representation of color #A0E49D: hue angle of 117.46º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E49D is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB160228157-
CMYK0.3000.310.11
HSL117.46º56.8%75.49%-
HSV(B)117.46º31.14%89.41%-
XYZ48.3365.3941.97-
YUV199.57103.9799.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.36%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 157 (61.72% from 255) = 28.81%
R=29.36%
G=41.83%
B=28.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602281570.3000.310.11117.4656.875.49
HexA0E49D1E01FB75394b
Octal240344235360371316571113
Binary10100000111001001001110111110011111101111101011110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E49D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E49D; }

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

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

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

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

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

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

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

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