#A3DFA0

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

Shades of Granny Smith Apple #A3DFA0

Tints of Granny Smith Apple #A3DFA0

Color information

#A3DFA0 (or 0xA3DFA0) is unknown color: approx Granny Smith Apple. HEX triplet: A3, DF and A0. RGB value is (163,223,160). Sum of RGB (Red+Green+Blue) = 163+223+160=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 223 (87.5% from 255 or 40.84% from 546); Blue value is 160 (62.89% from 255 or 29.30% from 546); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFA0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3DFA0 is #5C205F. Grayscale: #C6C6C6. Windows color (decimal): -6037600 or 10543011. OLE color: 10543011.

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

Color convert

RGB163223160-
CMYK0.2700.280.13
HSL117.14º49.61%75.1%-
HSV(B)117.14º28.25%87.45%-
XYZ47.8463.142.92-
YUV197.88106.62103.12-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 223 (87.5% from 255) = 40.84%
BLUE value IS 160 (62.89% from 255) = 29.30%
R=29.85%
G=40.84%
B=29.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632231600.2700.280.13117.1449.6175.1
HexA3DFA01B01CD75324b
Octal243337240330341516562113
Binary10100011110111111010000011011011100110111101011100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFA0; }

 p { color: rgb(163,223,160); }

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

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

 a { background-color: rgb(163,223,160); }

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

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

 span { border-color: rgb(163,223,160); }

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