#A2E982

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

Shades of Feijoa #A2E982

Tints of Feijoa #A2E982

Color information

#A2E982 (or 0xA2E982) is unknown color: approx Feijoa. HEX triplet: A2, E9 and 82. RGB value is (162,233,130). Sum of RGB (Red+Green+Blue) = 162+233+130=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 233 (91.41% from 255 or 44.38% from 525); Blue value is 130 (51.17% from 255 or 24.76% from 525); Max value from RGB is 233 - color contains mainly: green. Hex color #A2E982 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E982 is #5D167D. Grayscale: #C8C8C8. Windows color (decimal): -6100606 or 8579490. OLE color: 8579490.

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

Color convert

RGB162233130-
CMYK0.3000.440.09
HSL101.36º70.07%71.18%-
HSV(B)101.36º44.21%91.37%-
XYZ48.0767.5731.63-
YUV200.0388.48100.88-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 30.86%
GREEN value IS 233 (91.41% from 255) = 44.38%
BLUE value IS 130 (51.17% from 255) = 24.76%
R=30.86%
G=44.38%
B=24.76%

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
Decimal1622331300.3000.440.09101.3670.0771.18
HexA2E9821E02C9654647
Octal2423512023605411145106107
Binary1010001011101001100000101111001011001001110010110001101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E982; }

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

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

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

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

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

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

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

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