#A2E782

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

Shades of Feijoa #A2E782

Tints of Feijoa #A2E782

Color information

#A2E782 (or 0xA2E782) is unknown color: approx Feijoa. HEX triplet: A2, E7 and 82. RGB value is (162,231,130). Sum of RGB (Red+Green+Blue) = 162+231+130=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 231 (90.62% from 255 or 44.17% from 523); Blue value is 130 (51.17% from 255 or 24.86% from 523); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E782 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E782 is #5D187D. Grayscale: #C7C7C7. Windows color (decimal): -6101118 or 8578978. OLE color: 8578978.

HSL color Cylindrical-coordinate representation of color #A2E782: hue angle of 100.99º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2E782 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB162231130-
CMYK0.3000.440.09
HSL100.99º67.79%70.78%-
HSV(B)100.99º43.72%90.59%-
XYZ47.5166.4431.44-
YUV198.8589.14101.71-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.98%
GREEN value IS 231 (90.62% from 255) = 44.17%
BLUE value IS 130 (51.17% from 255) = 24.86%
R=30.98%
G=44.17%
B=24.86%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1622311300.3000.440.09100.9967.7970.78
HexA2E7821E02C9654447
Octal2423472023605411145104107
Binary1010001011100111100000101111001011001001110010110001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E782; }

 p { color: rgb(162,231,130); }

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

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

 a { background-color: rgb(162,231,130); }

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

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

 span { border-color: rgb(162,231,130); }

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