#A0EB99

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

Shades of Granny Smith Apple #A0EB99

Tints of Granny Smith Apple #A0EB99

Color information

#A0EB99 (or 0xA0EB99) is unknown color: approx Granny Smith Apple. HEX triplet: A0, EB and 99. RGB value is (160,235,153). Sum of RGB (Red+Green+Blue) = 160+235+153=548 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.20% from 548); Green value is 235 (92.19% from 255 or 42.88% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EB99 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EB99 is #5F1466. Grayscale: #CBCBCB. Windows color (decimal): -6231143 or 10087328. OLE color: 10087328.

HSL color Cylindrical-coordinate representation of color #A0EB99: hue angle of 114.88º degrees, saturation: 0.67, 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 #A0EB99 is Cyan = 0.32, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB160235153-
CMYK0.3200.350.08
HSL114.88º67.21%76.08%-
HSV(B)114.88º34.89%92.16%-
XYZ49.9669.1940.86-
YUV203.2399.6597.17-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.20%
GREEN value IS 235 (92.19% from 255) = 42.88%
BLUE value IS 153 (60.16% from 255) = 27.92%
R=29.20%
G=42.88%
B=27.92%

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
Decimal1602351530.3200.350.08114.8867.2176.08
HexA0EB9920023873434c
Octal2403532314004310163103114
Binary10100000111010111001100110000001000111000111001110000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EB99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EB99; }

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

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

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

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

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

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

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

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