#A3DE94

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

Shades of Granny Smith Apple #A3DE94

Tints of Granny Smith Apple #A3DE94

Color information

#A3DE94 (or 0xA3DE94) is unknown color: approx Granny Smith Apple. HEX triplet: A3, DE and 94. RGB value is (163,222,148). Sum of RGB (Red+Green+Blue) = 163+222+148=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 222 (87.11% from 255 or 41.65% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 222 - color contains mainly: green. Hex color #A3DE94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DE94 is #5C216B. Grayscale: #C4C4C4. Windows color (decimal): -6037868 or 9756323. OLE color: 9756323.

HSL color Cylindrical-coordinate representation of color #A3DE94: hue angle of 107.84º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A3DE94 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB163222148-
CMYK0.2700.330.13
HSL107.84º52.86%72.55%-
HSV(B)107.84º33.33%87.06%-
XYZ46.5762.1737.56-
YUV195.92100.95104.52-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.58%
GREEN value IS 222 (87.11% from 255) = 41.65%
BLUE value IS 148 (58.20% from 255) = 27.77%
R=30.58%
G=41.65%
B=27.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632221480.2700.330.13107.8452.8672.55
HexA3DE941B021D6c3549
Octal243336224330411515465111
Binary101000111101111010010100110110100001110111011001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DE94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DE94; }

 p { color: rgb(163,222,148); }

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

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

 a { background-color: rgb(163,222,148); }

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

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

 span { border-color: rgb(163,222,148); }

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