#A2E983

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

Shades of Feijoa #A2E983

Tints of Feijoa #A2E983

Color information

#A2E983 (or 0xA2E983) is unknown color: approx Feijoa. HEX triplet: A2, E9 and 83. RGB value is (162,233,131). Sum of RGB (Red+Green+Blue) = 162+233+131=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 233 (91.41% from 255 or 44.30% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E983 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E983 is #5D167C. Grayscale: #C8C8C8. Windows color (decimal): -6100605 or 8645026. OLE color: 8645026.

HSL color Cylindrical-coordinate representation of color #A2E983: hue angle of 101.76º degrees, saturation: 0.7, 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 #A2E983 is Cyan = 0.30, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.

Color convert

RGB162233131-
CMYK0.3000.440.09
HSL101.76º69.86%71.37%-
HSV(B)101.76º43.78%91.37%-
XYZ48.1467.631.98-
YUV200.1488.98100.79-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.80%
GREEN value IS 233 (91.41% from 255) = 44.30%
BLUE value IS 131 (51.56% from 255) = 24.90%
R=30.80%
G=44.30%
B=24.90%

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
Decimal1622331310.3000.440.09101.7669.8671.37
HexA2E9831E02C9664647
Octal2423512033605411146106107
Binary1010001011101001100000111111001011001001110011010001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E983; }

 p { color: rgb(162,233,131); }

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

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

 a { background-color: rgb(162,233,131); }

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

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

 span { border-color: rgb(162,233,131); }

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