#A2E27A

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

Shades of Feijoa #A2E27A

Tints of Feijoa #A2E27A

Color information

#A2E27A (or 0xA2E27A) is unknown color: approx Feijoa. HEX triplet: A2, E2 and 7A. RGB value is (162,226,122). Sum of RGB (Red+Green+Blue) = 162+226+122=510 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.76% from 510); Green value is 226 (88.67% from 255 or 44.31% from 510); Blue value is 122 (48.05% from 255 or 23.92% from 510); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E27A is #5D1D85. Grayscale: #C3C3C3. Windows color (decimal): -6102406 or 8053410. OLE color: 8053410.

HSL color Cylindrical-coordinate representation of color #A2E27A: hue angle of 96.92º degrees, saturation: 0.64, 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 #A2E27A is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.11.

Color convert

RGB162226122-
CMYK0.2800.460.11
HSL96.92º64.2%68.24%-
HSV(B)96.92º46.02%88.63%-
XYZ45.6163.4828.26-
YUV195.0186.8104.46-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.76%
GREEN value IS 226 (88.67% from 255) = 44.31%
BLUE value IS 122 (48.05% from 255) = 23.92%
R=31.76%
G=44.31%
B=23.92%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622261220.2800.460.1196.9264.268.24
HexA2E27A1C02EB614044
Octal2423421723405613141100104
Binary101000101110001011110101110001011101011110000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E27A; }

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

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

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

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

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

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

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

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