#A3F980

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

Shades of Granny Smith Apple #A3F980

Tints of Granny Smith Apple #A3F980

Color information

#A3F980 (or 0xA3F980) is unknown color: approx Granny Smith Apple. HEX triplet: A3, F9 and 80. RGB value is (163,249,128). Sum of RGB (Red+Green+Blue) = 163+249+128=540 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.19% from 540); Green value is 249 (97.66% from 255 or 46.11% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 249 - color contains mainly: green. Hex color #A3F980 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A3F980 is #5C067F. Grayscale: #D1D1D1. Windows color (decimal): -6030976 or 8452515. OLE color: 8452515.

HSL color Cylindrical-coordinate representation of color #A3F980: hue angle of 102.64º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A3F980 is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB163249128-
CMYK0.3500.490.02
HSL102.64º90.98%73.92%-
HSV(B)102.64º48.59%97.65%-
XYZ52.8877.132.52-
YUV209.4982.0194.84-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.19%
GREEN value IS 249 (97.66% from 255) = 46.11%
BLUE value IS 128 (50.39% from 255) = 23.70%
R=30.19%
G=46.11%
B=23.70%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1632491280.3500.490.02102.6490.9873.92
HexA3F980230312675b4a
Octal243371200430612147133112
Binary101000111111100110000000100011011000110110011110110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3F980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3F980; }

 p { color: rgb(163,249,128); }

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

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

 a { background-color: rgb(163,249,128); }

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

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

 span { border-color: rgb(163,249,128); }

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