#A2D46F

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

Shades of Feijoa #A2D46F

Tints of Feijoa #A2D46F

Color information

#A2D46F (or 0xA2D46F) is unknown color: approx Feijoa. HEX triplet: A2, D4 and 6F. RGB value is (162,212,111). Sum of RGB (Red+Green+Blue) = 162+212+111=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 212 (83.20% from 255 or 43.71% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 212 - color contains mainly: green. Hex color #A2D46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D46F is #5D2B90. Grayscale: #B9B9B9. Windows color (decimal): -6106001 or 7328930. OLE color: 7328930.

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

Color convert

RGB162212111-
CMYK0.2400.480.17
HSL89.7º54.01%63.33%-
HSV(B)89.7º47.64%83.14%-
XYZ41.3155.9223.65-
YUV185.5485.94111.21-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 212 (83.20% from 255) = 43.71%
BLUE value IS 111 (43.75% from 255) = 22.89%
R=33.40%
G=43.71%
B=22.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622121110.2400.480.1789.754.0163.33
HexA2D46F18030115a363f
Octal24232415730060211326677
Binary10100010110101001101111110000110000100011011010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D46F; }

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

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

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

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

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

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

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

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