#A2D475

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

Shades of Feijoa #A2D475

Tints of Feijoa #A2D475

Color information

#A2D475 (or 0xA2D475) is unknown color: approx Feijoa. HEX triplet: A2, D4 and 75. RGB value is (162,212,117). Sum of RGB (Red+Green+Blue) = 162+212+117=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 117 (46.09% from 255 or 23.83% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D475 is #5D2B8A. Grayscale: #BABABA. Windows color (decimal): -6105995 or 7722146. OLE color: 7722146.

HSL color Cylindrical-coordinate representation of color #A2D475: hue angle of 91.58º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2D475 is Cyan = 0.24, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB162212117-
CMYK0.2400.450.17
HSL91.58º52.49%64.51%-
HSV(B)91.58º44.81%83.14%-
XYZ41.6556.0525.45-
YUV186.2288.94110.72-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 117 (46.09% from 255) = 23.83%
R=32.99%
G=43.18%
B=23.83%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622121170.2400.450.1791.5852.4964.51
HexA2D4751802D115c3441
Octal242324165300552113464101
Binary101000101101010011101011100001011011000110111001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D475; }

 p { color: rgb(162,212,117); }

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

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

 a { background-color: rgb(162,212,117); }

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

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

 span { border-color: rgb(162,212,117); }

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