#A1E183

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

Shades of Feijoa #A1E183

Tints of Feijoa #A1E183

Color information

#A1E183 (or 0xA1E183) is unknown color: approx Feijoa. HEX triplet: A1, E1 and 83. RGB value is (161,225,131). Sum of RGB (Red+Green+Blue) = 161+225+131=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 225 (88.28% from 255 or 43.52% from 517); Blue value is 131 (51.56% from 255 or 25.34% from 517); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E183 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E183 is #5E1E7C. Grayscale: #C3C3C3. Windows color (decimal): -6168189 or 8642977. OLE color: 8642977.

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

Color convert

RGB161225131-
CMYK0.2800.420.12
HSL100.85º61.04%69.8%-
HSV(B)100.85º41.78%88.24%-
XYZ45.7263.0731.24-
YUV195.1591.8103.64-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.14%
GREEN value IS 225 (88.28% from 255) = 43.52%
BLUE value IS 131 (51.56% from 255) = 25.34%
R=31.14%
G=43.52%
B=25.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612251310.2800.420.12100.8561.0469.8
HexA1E1831C02AC653d46
Octal241341203340521414575106
Binary101000011110000110000011111000101010110011001011111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E183; }

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

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

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

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

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

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

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

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