#A2E37A

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

Shades of Feijoa #A2E37A

Tints of Feijoa #A2E37A

Color information

#A2E37A (or 0xA2E37A) is unknown color: approx Feijoa. HEX triplet: A2, E3 and 7A. RGB value is (162,227,122). Sum of RGB (Red+Green+Blue) = 162+227+122=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 227 (89.06% from 255 or 44.42% from 511); Blue value is 122 (48.05% from 255 or 23.87% from 511); Max value from RGB is 227 - color contains mainly: green. Hex color #A2E37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E37A is #5D1C85. Grayscale: #C3C3C3. Windows color (decimal): -6102150 or 8053666. OLE color: 8053666.

HSL color Cylindrical-coordinate representation of color #A2E37A: hue angle of 97.14º degrees, saturation: 0.65, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A2E37A is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB162227122-
CMYK0.2900.460.11
HSL97.14º65.22%68.43%-
HSV(B)97.14º46.26%89.02%-
XYZ45.8864.0228.35-
YUV195.5986.47104.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 227 (89.06% from 255) = 44.42%
BLUE value IS 122 (48.05% from 255) = 23.87%
R=31.70%
G=44.42%
B=23.87%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622271220.2900.460.1197.1465.2268.43
HexA2E37A1D02EB614144
Octal2423431723505613141101104
Binary101000101110001111110101110101011101011110000110000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E37A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E37A; }

 p { color: rgb(162,227,122); }

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

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

 a { background-color: rgb(162,227,122); }

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

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

 span { border-color: rgb(162,227,122); }

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