#A1E681

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

Shades of Feijoa #A1E681

Tints of Feijoa #A1E681

Color information

#A1E681 (or 0xA1E681) is unknown color: approx Feijoa. HEX triplet: A1, E6 and 81. RGB value is (161,230,129). Sum of RGB (Red+Green+Blue) = 161+230+129=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 230 (90.23% from 255 or 44.23% from 520); Blue value is 129 (50.78% from 255 or 24.81% from 520); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E681 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E681 is #5E197E. Grayscale: #C6C6C6. Windows color (decimal): -6166911 or 8513185. OLE color: 8513185.

HSL color Cylindrical-coordinate representation of color #A1E681: hue angle of 100.99º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A1E681 is Cyan = 0.3, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB161230129-
CMYK0.300.440.10
HSL100.99º66.89%70.39%-
HSV(B)100.99º43.91%90.2%-
XYZ46.9665.7630.99-
YUV197.8689.14101.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 230 (90.23% from 255) = 44.23%
BLUE value IS 129 (50.78% from 255) = 24.81%
R=30.96%
G=44.23%
B=24.81%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612301290.300.440.10100.9966.8970.39
HexA1E6811E02CA654346
Octal2413462013605412145103106
Binary1010000111100110100000011111001011001010110010110000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E681; }

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

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

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

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

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

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

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

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