#A0EC9B

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

Shades of Granny Smith Apple #A0EC9B

Tints of Granny Smith Apple #A0EC9B

Color information

#A0EC9B (or 0xA0EC9B) is unknown color: approx Granny Smith Apple. HEX triplet: A0, EC and 9B. RGB value is (160,236,155). Sum of RGB (Red+Green+Blue) = 160+236+155=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 236 (92.58% from 255 or 42.83% from 551); Blue value is 155 (60.94% from 255 or 28.13% from 551); Max value from RGB is 236 - color contains mainly: green. Hex color #A0EC9B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EC9B is #5F1364. Grayscale: #CCCCCC. Windows color (decimal): -6230885 or 10218656. OLE color: 10218656.

HSL color Cylindrical-coordinate representation of color #A0EC9B: hue angle of 116.3º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0EC9B is Cyan = 0.32, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.07.

Color convert

RGB160236155-
CMYK0.3200.340.07
HSL116.3º68.07%76.67%-
HSV(B)116.3º34.32%92.55%-
XYZ50.4169.8341.83-
YUV204.04100.3296.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 29.04%
GREEN value IS 236 (92.58% from 255) = 42.83%
BLUE value IS 155 (60.94% from 255) = 28.13%
R=29.04%
G=42.83%
B=28.13%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1602361550.3200.340.07116.368.0776.67
HexA0EC9B20022774444d
Octal240354233400427164104115
Binary1010000011101100100110111000000100010111111010010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EC9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EC9B; }

 p { color: rgb(160,236,155); }

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

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

 a { background-color: rgb(160,236,155); }

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

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

 span { border-color: rgb(160,236,155); }

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