#A1E388

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

Shades of Feijoa #A1E388

Tints of Feijoa #A1E388

Color information

#A1E388 (or 0xA1E388) is unknown color: approx Feijoa. HEX triplet: A1, E3 and 88. RGB value is (161,227,136). Sum of RGB (Red+Green+Blue) = 161+227+136=524 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.73% from 524); Green value is 227 (89.06% from 255 or 43.32% from 524); Blue value is 136 (53.52% from 255 or 25.95% from 524); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E388 is #5E1C77. Grayscale: #C5C5C5. Windows color (decimal): -6167672 or 8971169. OLE color: 8971169.

HSL color Cylindrical-coordinate representation of color #A1E388: hue angle of 103.52º degrees, saturation: 0.62, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1E388 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.11.

Color convert

RGB161227136-
CMYK0.2900.400.11
HSL103.52º61.9%71.18%-
HSV(B)103.52º40.09%89.02%-
XYZ46.6164.2933.25-
YUV196.8993.63102.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.73%
GREEN value IS 227 (89.06% from 255) = 43.32%
BLUE value IS 136 (53.52% from 255) = 25.95%
R=30.73%
G=43.32%
B=25.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612271360.2900.400.11103.5261.971.18
HexA1E3881D028B683e47
Octal241343210350501315076107
Binary101000011110001110001000111010101000101111010001111101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E388; }

 p { color: rgb(161,227,136); }

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

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

 a { background-color: rgb(161,227,136); }

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

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

 span { border-color: rgb(161,227,136); }

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