#A1E281

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

Shades of Feijoa #A1E281

Tints of Feijoa #A1E281

Color information

#A1E281 (or 0xA1E281) is unknown color: approx Feijoa. HEX triplet: A1, E2 and 81. RGB value is (161,226,129). Sum of RGB (Red+Green+Blue) = 161+226+129=516 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.20% from 516); Green value is 226 (88.67% from 255 or 43.80% from 516); Blue value is 129 (50.78% from 255 or 25% from 516); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E281 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E281 is #5E1D7E. Grayscale: #C3C3C3. Windows color (decimal): -6167935 or 8512161. OLE color: 8512161.

HSL color Cylindrical-coordinate representation of color #A1E281: hue angle of 100.21º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A1E281 is Cyan = 0.29, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB161226129-
CMYK0.2900.430.11
HSL100.21º62.58%69.61%-
HSV(B)100.21º42.92%88.63%-
XYZ45.8663.5530.62-
YUV195.5190.47103.39-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.20%
GREEN value IS 226 (88.67% from 255) = 43.80%
BLUE value IS 129 (50.78% from 255) = 25%
R=31.20%
G=43.80%
B=25%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612261290.2900.430.11100.2162.5869.61
HexA1E2811D02BB643f46
Octal241342201350531314477106
Binary101000011110001010000001111010101011101111001001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E281; }

 p { color: rgb(161,226,129); }

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

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

 a { background-color: rgb(161,226,129); }

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

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

 span { border-color: rgb(161,226,129); }

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