#A2D37D

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

Shades of Feijoa #A2D37D

Tints of Feijoa #A2D37D

Color information

#A2D37D (or 0xA2D37D) is unknown color: approx Feijoa. HEX triplet: A2, D3 and 7D. RGB value is (162,211,125). Sum of RGB (Red+Green+Blue) = 162+211+125=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 211 (82.81% from 255 or 42.37% from 498); Blue value is 125 (49.22% from 255 or 25.10% from 498); Max value from RGB is 211 - color contains mainly: green. Hex color #A2D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2D37D is #5D2C82. Grayscale: #BABABA. Windows color (decimal): -6106243 or 8246178. OLE color: 8246178.

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

Color convert

RGB162211125-
CMYK0.2300.410.17
HSL94.19º49.43%65.88%-
HSV(B)94.19º40.76%82.75%-
XYZ41.955.7527.95-
YUV186.5493.27110.49-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.53%
GREEN value IS 211 (82.81% from 255) = 42.37%
BLUE value IS 125 (49.22% from 255) = 25.10%
R=32.53%
G=42.37%
B=25.10%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1622111250.2300.410.1794.1949.4365.88
HexA2D37D17029115e3142
Octal242323175270512113661102
Binary101000101101001111111011011101010011000110111101100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2D37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2D37D; }

 p { color: rgb(162,211,125); }

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

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

 a { background-color: rgb(162,211,125); }

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

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

 span { border-color: rgb(162,211,125); }

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