#A1E188

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

Shades of Feijoa #A1E188

Tints of Feijoa #A1E188

Color information

#A1E188 (or 0xA1E188) is unknown color: approx Feijoa. HEX triplet: A1, E1 and 88. RGB value is (161,225,136). Sum of RGB (Red+Green+Blue) = 161+225+136=522 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.84% from 522); Green value is 225 (88.28% from 255 or 43.10% from 522); Blue value is 136 (53.52% from 255 or 26.05% from 522); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E188 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E188 is #5E1E77. Grayscale: #C4C4C4. Windows color (decimal): -6168184 or 8970657. OLE color: 8970657.

HSL color Cylindrical-coordinate representation of color #A1E188: hue angle of 103.15º 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 #A1E188 is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB161225136-
CMYK0.2800.400.12
HSL103.15º59.73%70.78%-
HSV(B)103.15º39.56%88.24%-
XYZ46.0763.2133.06-
YUV195.7294.3103.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.84%
GREEN value IS 225 (88.28% from 255) = 43.10%
BLUE value IS 136 (53.52% from 255) = 26.05%
R=30.84%
G=43.10%
B=26.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612251360.2800.400.12103.1559.7370.78
HexA1E1881C028C673c47
Octal241341210340501414774107
Binary101000011110000110001000111000101000110011001111111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E188; }

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

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

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

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

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

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

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

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