#A0DC94

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

Shades of Granny Smith Apple #A0DC94

Tints of Granny Smith Apple #A0DC94

Color information

#A0DC94 (or 0xA0DC94) is unknown color: approx Granny Smith Apple. HEX triplet: A0, DC and 94. RGB value is (160,220,148). Sum of RGB (Red+Green+Blue) = 160+220+148=528 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.30% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0DC94 is #5F236B. Grayscale: #C2C2C2. Windows color (decimal): -6234988 or 9755808. OLE color: 9755808.

HSL color Cylindrical-coordinate representation of color #A0DC94: hue angle of 110º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0DC94 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB160220148-
CMYK0.2700.330.14
HSL110º50.7%72.16%-
HSV(B)110º32.73%86.27%-
XYZ45.4460.837.36-
YUV193.85102.12103.85-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.30%
GREEN value IS 220 (86.33% from 255) = 41.67%
BLUE value IS 148 (58.20% from 255) = 28.03%
R=30.30%
G=41.67%
B=28.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1602201480.2700.330.1411050.772.16
HexA0DC941B021E6e3348
Octal240334224330411615663110
Binary101000001101110010010100110110100001111011011101100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0DC94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0DC94; }

 p { color: rgb(160,220,148); }

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

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

 a { background-color: rgb(160,220,148); }

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

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

 span { border-color: rgb(160,220,148); }

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