#A0E199

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

Shades of Granny Smith Apple #A0E199

Tints of Granny Smith Apple #A0E199

Color information

#A0E199 (or 0xA0E199) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E1 and 99. RGB value is (160,225,153). Sum of RGB (Red+Green+Blue) = 160+225+153=538 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.74% from 538); Green value is 225 (88.28% from 255 or 41.82% from 538); Blue value is 153 (60.16% from 255 or 28.44% from 538); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E199 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E199 is #5F1E66. Grayscale: #C5C5C5. Windows color (decimal): -6233703 or 10084768. OLE color: 10084768.

HSL color Cylindrical-coordinate representation of color #A0E199: hue angle of 114.17º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0E199 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB160225153-
CMYK0.2900.320.12
HSL114.17º54.55%74.12%-
HSV(B)114.17º32%88.24%-
XYZ47.1763.6239.93-
YUV197.36102.97101.35-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.74%
GREEN value IS 225 (88.28% from 255) = 41.82%
BLUE value IS 153 (60.16% from 255) = 28.44%
R=29.74%
G=41.82%
B=28.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1602251530.2900.320.12114.1754.5574.12
HexA0E1991D020C72374a
Octal240341231350401416267112
Binary101000001110000110011001111010100000110011100101101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E199; }

 p { color: rgb(160,225,153); }

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

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

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

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

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

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

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