#A0EA99

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

Shades of Granny Smith Apple #A0EA99

Tints of Granny Smith Apple #A0EA99

Color information

#A0EA99 (or 0xA0EA99) is unknown color: approx Granny Smith Apple. HEX triplet: A0, EA and 99. RGB value is (160,234,153). Sum of RGB (Red+Green+Blue) = 160+234+153=547 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.25% from 547); Green value is 234 (91.80% from 255 or 42.78% from 547); Blue value is 153 (60.16% from 255 or 27.97% from 547); Max value from RGB is 234 - color contains mainly: green. Hex color #A0EA99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EA99 is #5F1566. Grayscale: #CACACA. Windows color (decimal): -6231399 or 10087072. OLE color: 10087072.

HSL color Cylindrical-coordinate representation of color #A0EA99: hue angle of 114.81º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A0EA99 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB160234153-
CMYK0.3200.350.08
HSL114.81º65.85%75.88%-
HSV(B)114.81º34.62%91.76%-
XYZ49.6768.6240.76-
YUV202.6499.9897.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.25%
GREEN value IS 234 (91.80% from 255) = 42.78%
BLUE value IS 153 (60.16% from 255) = 27.97%
R=29.25%
G=42.78%
B=27.97%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602341530.3200.350.08114.8165.8575.88
HexA0EA9920023873424c
Octal2403522314004310163102114
Binary10100000111010101001100110000001000111000111001110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EA99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EA99; }

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

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

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

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

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

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

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

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