#A2E475

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

Shades of Feijoa #A2E475

Tints of Feijoa #A2E475

Color information

#A2E475 (or 0xA2E475) is unknown color: approx Feijoa. HEX triplet: A2, E4 and 75. RGB value is (162,228,117). Sum of RGB (Red+Green+Blue) = 162+228+117=507 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.95% from 507); Green value is 228 (89.45% from 255 or 44.97% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 228 - color contains mainly: green. Hex color #A2E475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E475 is #5D1B8A. Grayscale: #C3C3C3. Windows color (decimal): -6101899 or 7726242. OLE color: 7726242.

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

Color convert

RGB162228117-
CMYK0.2900.490.11
HSL95.68º67.27%67.65%-
HSV(B)95.68º48.68%89.41%-
XYZ45.8564.4526.85-
YUV195.6183.63104.03-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.95%
GREEN value IS 228 (89.45% from 255) = 44.97%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=31.95%
G=44.97%
B=23.08%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622281170.2900.490.1195.6867.2767.65
HexA2E4751D031B604344
Octal2423441653506113140103104
Binary101000101110010011101011110101100011011110000010000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E475; }

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

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

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

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

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

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

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

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