#A3E286

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

Shades of Feijoa #A3E286

Tints of Feijoa #A3E286

Color information

#A3E286 (or 0xA3E286) is unknown color: approx Feijoa. HEX triplet: A3, E2 and 86. RGB value is (163,226,134). Sum of RGB (Red+Green+Blue) = 163+226+134=523 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.17% from 523); Green value is 226 (88.67% from 255 or 43.21% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E286 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E286 is #5C1D79. Grayscale: #C4C4C4. Windows color (decimal): -6036858 or 8839843. OLE color: 8839843.

HSL color Cylindrical-coordinate representation of color #A3E286: hue angle of 101.09º 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 #A3E286 is Cyan = 0.28, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.11.

Color convert

RGB163226134-
CMYK0.2800.410.11
HSL101.09º61.33%70.59%-
HSV(B)101.09º40.71%88.63%-
XYZ46.663.932.43-
YUV196.6892.63103.98-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.17%
GREEN value IS 226 (88.67% from 255) = 43.21%
BLUE value IS 134 (52.73% from 255) = 25.62%
R=31.17%
G=43.21%
B=25.62%

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
Decimal1632261340.2800.410.11101.0961.3370.59
HexA3E2861C029B653d47
Octal243342206340511314575107
Binary101000111110001010000110111000101001101111001011111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E286; }

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

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

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

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

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

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

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

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