#A3D472

Color #A3D472 Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #A3D472

Tints of Feijoa #A3D472

Color information

#A3D472 (or 0xA3D472) is unknown color: approx Feijoa. HEX triplet: A3, D4 and 72. RGB value is (163,212,114). Sum of RGB (Red+Green+Blue) = 163+212+114=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 212 (83.20% from 255 or 43.35% from 489); Blue value is 114 (44.92% from 255 or 23.31% from 489); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3D472 is #5C2B8D. Grayscale: #BABABA. Windows color (decimal): -6040462 or 7525539. OLE color: 7525539.

HSL color Cylindrical-coordinate representation of color #A3D472: hue angle of 90º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A3D472 is Cyan = 0.23, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB163212114-
CMYK0.2300.460.17
HSL90º53.26%63.92%-
HSV(B)90º46.23%83.14%-
XYZ41.6956.0924.55-
YUV186.1887.27111.47-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 212 (83.20% from 255) = 43.35%
BLUE value IS 114 (44.92% from 255) = 23.31%
R=33.33%
G=43.35%
B=23.31%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632121140.2300.460.179053.2663.92
HexA3D4721702E115a3540
Octal243324162270562113265100
Binary101000111101010011100101011101011101000110110101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D472; }

 p { color: rgb(163,212,114); }

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

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

 a { background-color: rgb(163,212,114); }

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

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

 span { border-color: rgb(163,212,114); }

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