#A2D477

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

Shades of Feijoa #A2D477

Tints of Feijoa #A2D477

Color information

#A2D477 (or 0xA2D477) is unknown color: approx Feijoa. HEX triplet: A2, D4 and 77. RGB value is (162,212,119). Sum of RGB (Red+Green+Blue) = 162+212+119=493 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.86% from 493); Green value is 212 (83.20% from 255 or 43.00% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D477 is #5D2B88. Grayscale: #BABABA. Windows color (decimal): -6105993 or 7853218. OLE color: 7853218.

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

Color convert

RGB162212119-
CMYK0.2400.440.17
HSL92.26º51.96%64.9%-
HSV(B)92.26º43.87%83.14%-
XYZ41.7756.126.08-
YUV186.4589.94110.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.86%
GREEN value IS 212 (83.20% from 255) = 43.00%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=32.86%
G=43.00%
B=24.14%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622121190.2400.440.1792.2651.9664.9
HexA2D4771802C115c3441
Octal242324167300542113464101
Binary101000101101010011101111100001011001000110111001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D477; }

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

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

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

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

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

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

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

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