#A0E099

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

Shades of Granny Smith Apple #A0E099

Tints of Granny Smith Apple #A0E099

Color information

#A0E099 (or 0xA0E099) is unknown color: approx Granny Smith Apple. HEX triplet: A0, E0 and 99. RGB value is (160,224,153). Sum of RGB (Red+Green+Blue) = 160+224+153=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #A0E099 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0E099 is #5F1F66. Grayscale: #C4C4C4. Windows color (decimal): -6233959 or 10084512. OLE color: 10084512.

HSL color Cylindrical-coordinate representation of color #A0E099: hue angle of 114.08º degrees, saturation: 0.53, 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 #A0E099 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB160224153-
CMYK0.2900.320.12
HSL114.08º53.38%73.92%-
HSV(B)114.08º31.7%87.84%-
XYZ46.963.0839.84-
YUV196.77103.3101.77-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.80%
GREEN value IS 224 (87.89% from 255) = 41.71%
BLUE value IS 153 (60.16% from 255) = 28.49%
R=29.80%
G=41.71%
B=28.49%

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
Decimal1602241530.2900.320.12114.0853.3873.92
HexA0E0991D020C72354a
Octal240340231350401416265112
Binary101000001110000010011001111010100000110011100101101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E099; }

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

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

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

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

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

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

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

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