#A3F685

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

Shades of Granny Smith Apple #A3F685

Tints of Granny Smith Apple #A3F685

Color information

#A3F685 (or 0xA3F685) is unknown color: approx Granny Smith Apple. HEX triplet: A3, F6 and 85. RGB value is (163,246,133). Sum of RGB (Red+Green+Blue) = 163+246+133=542 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.07% from 542); Green value is 246 (96.48% from 255 or 45.39% from 542); Blue value is 133 (52.34% from 255 or 24.54% from 542); Max value from RGB is 246 - color contains mainly: green. Hex color #A3F685 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3F685 is #5C097A. Grayscale: #D0D0D0. Windows color (decimal): -6031739 or 8779427. OLE color: 8779427.

HSL color Cylindrical-coordinate representation of color #A3F685: hue angle of 104.07º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3F685 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.

Color convert

RGB163246133-
CMYK0.3400.460.04
HSL104.07º86.26%74.31%-
HSV(B)104.07º45.93%96.47%-
XYZ52.2975.3933.99-
YUV208.385.595.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.07%
GREEN value IS 246 (96.48% from 255) = 45.39%
BLUE value IS 133 (52.34% from 255) = 24.54%
R=30.07%
G=45.39%
B=24.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1632461330.3400.460.04104.0786.2674.31
HexA3F6852202E468564a
Octal243366205420564150126112
Binary1010001111110110100001011000100101110100110100010101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F685; }

 p { color: rgb(163,246,133); }

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

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

 a { background-color: rgb(163,246,133); }

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

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

 span { border-color: rgb(163,246,133); }

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