#A1E187

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

Shades of Feijoa #A1E187

Tints of Feijoa #A1E187

Color information

#A1E187 (or 0xA1E187) is unknown color: approx Feijoa. HEX triplet: A1, E1 and 87. RGB value is (161,225,135). Sum of RGB (Red+Green+Blue) = 161+225+135=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 135 (53.12% from 255 or 25.91% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E187 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E187 is #5E1E78. Grayscale: #C3C3C3. Windows color (decimal): -6168185 or 8905121. OLE color: 8905121.

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

Color convert

RGB161225135-
CMYK0.2800.40.12
HSL102.67º60%70.59%-
HSV(B)102.67º40%88.24%-
XYZ4663.1832.69-
YUV195.693.8103.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 135 (53.12% from 255) = 25.91%
R=30.90%
G=43.19%
B=25.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612251350.2800.40.12102.676070.59
HexA1E1871C028C673c47
Octal241341207340501414774107
Binary101000011110000110000111111000101000110011001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E187; }

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

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

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

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

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

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

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

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