#A2E286

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

Shades of Feijoa #A2E286

Tints of Feijoa #A2E286

Color information

#A2E286 (or 0xA2E286) is unknown color: approx Feijoa. HEX triplet: A2, E2 and 86. RGB value is (162,226,134). Sum of RGB (Red+Green+Blue) = 162+226+134=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 134 (52.73% from 255 or 25.67% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #A2E286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E286 is #5D1D79. Grayscale: #C4C4C4. Windows color (decimal): -6102394 or 8839842. OLE color: 8839842.

HSL color Cylindrical-coordinate representation of color #A2E286: hue angle of 101.74º degrees, saturation: 0.61, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2E286 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB162226134-
CMYK0.2800.410.11
HSL101.74º61.33%70.59%-
HSV(B)101.74º40.71%88.63%-
XYZ46.463.832.42-
YUV196.3892.8103.48-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.03%
GREEN value IS 226 (88.67% from 255) = 43.30%
BLUE value IS 134 (52.73% from 255) = 25.67%
R=31.03%
G=43.30%
B=25.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1622261340.2800.410.11101.7461.3370.59
HexA2E2861C029B663d47
Octal242342206340511314675107
Binary101000101110001010000110111000101001101111001101111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E286; }

 p { color: rgb(162,226,134); }

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

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

 a { background-color: rgb(162,226,134); }

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

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

 span { border-color: rgb(162,226,134); }

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