#A2E578

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

Shades of Feijoa #A2E578

Tints of Feijoa #A2E578

Color information

#A2E578 (or 0xA2E578) is unknown color: approx Feijoa. HEX triplet: A2, E5 and 78. RGB value is (162,229,120). Sum of RGB (Red+Green+Blue) = 162+229+120=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 229 (89.84% from 255 or 44.81% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E578 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E578 is #5D1A87. Grayscale: #C4C4C4. Windows color (decimal): -6101640 or 7923106. OLE color: 7923106.

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

Color convert

RGB162229120-
CMYK0.2900.480.10
HSL96.88º67.7%68.43%-
HSV(B)96.88º47.6%89.8%-
XYZ46.3165.0827.89-
YUV196.5484.8103.36-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.70%
GREEN value IS 229 (89.84% from 255) = 44.81%
BLUE value IS 120 (47.27% from 255) = 23.48%
R=31.70%
G=44.81%
B=23.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1622291200.2900.480.1096.8867.768.43
HexA2E5781D030A614444
Octal2423451703506012141104104
Binary101000101110010111110001110101100001010110000110001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E578; }

 p { color: rgb(162,229,120); }

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

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

 a { background-color: rgb(162,229,120); }

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

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

 span { border-color: rgb(162,229,120); }

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