#A1E185

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

Shades of Feijoa #A1E185

Tints of Feijoa #A1E185

Color information

#A1E185 (or 0xA1E185) is unknown color: approx Feijoa. HEX triplet: A1, E1 and 85. RGB value is (161,225,133). Sum of RGB (Red+Green+Blue) = 161+225+133=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 133 (52.34% from 255 or 25.63% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E185 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E185 is #5E1E7A. Grayscale: #C3C3C3. Windows color (decimal): -6168187 or 8774049. OLE color: 8774049.

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

Color convert

RGB161225133-
CMYK0.2800.410.12
HSL101.74º60.53%70.2%-
HSV(B)101.74º40.89%88.24%-
XYZ45.8663.1231.96-
YUV195.3892.8103.48-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.02%
GREEN value IS 225 (88.28% from 255) = 43.35%
BLUE value IS 133 (52.34% from 255) = 25.63%
R=31.02%
G=43.35%
B=25.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612251330.2800.410.12101.7460.5370.2
HexA1E1851C029C663d46
Octal241341205340511414675106
Binary101000011110000110000101111000101001110011001101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E185; }

 p { color: rgb(161,225,133); }

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

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

 a { background-color: rgb(161,225,133); }

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

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

 span { border-color: rgb(161,225,133); }

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