#A2E477

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

Shades of Feijoa #A2E477

Tints of Feijoa #A2E477

Color information

#A2E477 (or 0xA2E477) is unknown color: approx Feijoa. HEX triplet: A2, E4 and 77. RGB value is (162,228,119). Sum of RGB (Red+Green+Blue) = 162+228+119=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 228 (89.45% from 255 or 44.79% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E477 is #5D1B88. Grayscale: #C4C4C4. Windows color (decimal): -6101897 or 7857314. OLE color: 7857314.

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

Color convert

RGB162228119-
CMYK0.2900.480.11
HSL96.33º66.87%68.04%-
HSV(B)96.33º47.81%89.41%-
XYZ45.9764.527.48-
YUV195.8484.63103.86-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 228 (89.45% from 255) = 44.79%
BLUE value IS 119 (46.88% from 255) = 23.38%
R=31.83%
G=44.79%
B=23.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622281190.2900.480.1196.3366.8768.04
HexA2E4771D030B604344
Octal2423441673506013140103104
Binary101000101110010011101111110101100001011110000010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E477; }

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

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

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

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

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

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

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

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