#A1E786

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

Shades of Feijoa #A1E786

Tints of Feijoa #A1E786

Color information

#A1E786 (or 0xA1E786) is unknown color: approx Feijoa. HEX triplet: A1, E7 and 86. RGB value is (161,231,134). Sum of RGB (Red+Green+Blue) = 161+231+134=526 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.61% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 134 (52.73% from 255 or 25.48% from 526); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E786 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E786 is #5E1879. Grayscale: #C7C7C7. Windows color (decimal): -6166650 or 8841121. OLE color: 8841121.

HSL color Cylindrical-coordinate representation of color #A1E786: hue angle of 103.3º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A1E786 is Cyan = 0.30, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.

Color convert

RGB161231134-
CMYK0.3000.420.09
HSL103.3º66.9%71.57%-
HSV(B)103.3º41.99%90.59%-
XYZ47.5866.4532.87-
YUV199.0191.31100.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.61%
GREEN value IS 231 (90.62% from 255) = 43.92%
BLUE value IS 134 (52.73% from 255) = 25.48%
R=30.61%
G=43.92%
B=25.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612311340.3000.420.09103.366.971.57
HexA1E7861E02A9674348
Octal2413472063605211147103110
Binary1010000111100111100001101111001010101001110011110000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E786; }

 p { color: rgb(161,231,134); }

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

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

 a { background-color: rgb(161,231,134); }

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

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

 span { border-color: rgb(161,231,134); }

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