#A2ED82

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

Shades of Feijoa #A2ED82

Tints of Feijoa #A2ED82

Color information

#A2ED82 (or 0xA2ED82) is unknown color: approx Feijoa. HEX triplet: A2, ED and 82. RGB value is (162,237,130). Sum of RGB (Red+Green+Blue) = 162+237+130=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 237 (92.97% from 255 or 44.80% from 529); Blue value is 130 (51.17% from 255 or 24.57% from 529); Max value from RGB is 237 - color contains mainly: green. Hex color #A2ED82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2ED82 is #5D127D. Grayscale: #CACACA. Windows color (decimal): -6099582 or 8580514. OLE color: 8580514.

HSL color Cylindrical-coordinate representation of color #A2ED82: hue angle of 102.06º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A2ED82 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB162237130-
CMYK0.3200.450.07
HSL102.06º74.83%71.96%-
HSV(B)102.06º45.15%92.94%-
XYZ49.2169.8632.01-
YUV202.3887.1599.2-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.62%
GREEN value IS 237 (92.97% from 255) = 44.80%
BLUE value IS 130 (51.17% from 255) = 24.57%
R=30.62%
G=44.80%
B=24.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1622371300.3200.450.07102.0674.8371.96
HexA2ED822002D7664b48
Octal242355202400557146113110
Binary1010001011101101100000101000000101101111110011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2ED82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2ED82; }

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

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

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

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

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

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

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

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