#A3E285

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

Shades of Feijoa #A3E285

Tints of Feijoa #A3E285

Color information

#A3E285 (or 0xA3E285) is unknown color: approx Feijoa. HEX triplet: A3, E2 and 85. RGB value is (163,226,133). Sum of RGB (Red+Green+Blue) = 163+226+133=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 133 (52.34% from 255 or 25.48% from 522); Max value from RGB is 226 - color contains mainly: green. Hex color #A3E285 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E285 is #5C1D7A. Grayscale: #C4C4C4. Windows color (decimal): -6036859 or 8774307. OLE color: 8774307.

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

Color convert

RGB163226133-
CMYK0.2800.410.11
HSL100.65º61.59%70.39%-
HSV(B)100.65º41.15%88.63%-
XYZ46.5363.8732.07-
YUV196.5692.13104.06-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.23%
GREEN value IS 226 (88.67% from 255) = 43.30%
BLUE value IS 133 (52.34% from 255) = 25.48%
R=31.23%
G=43.30%
B=25.48%

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
Decimal1632261330.2800.410.11100.6561.5970.39
HexA3E2851C029B653e46
Octal243342205340511314576106
Binary101000111110001010000101111000101001101111001011111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E285; }

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

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

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

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

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

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

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

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