#A1E384

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

Shades of Feijoa #A1E384

Tints of Feijoa #A1E384

Color information

#A1E384 (or 0xA1E384) is unknown color: approx Feijoa. HEX triplet: A1, E3 and 84. RGB value is (161,227,132). Sum of RGB (Red+Green+Blue) = 161+227+132=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 227 (89.06% from 255 or 43.65% from 520); Blue value is 132 (51.95% from 255 or 25.38% from 520); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E384 is #5E1C7B. Grayscale: #C4C4C4. Windows color (decimal): -6167676 or 8709025. OLE color: 8709025.

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

Color convert

RGB161227132-
CMYK0.2900.420.11
HSL101.68º62.91%70.39%-
HSV(B)101.68º41.85%89.02%-
XYZ46.3364.1831.78-
YUV196.4491.63102.72-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 227 (89.06% from 255) = 43.65%
BLUE value IS 132 (51.95% from 255) = 25.38%
R=30.96%
G=43.65%
B=25.38%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612271320.2900.420.11101.6862.9170.39
HexA1E3841D02AB663f46
Octal241343204350521314677106
Binary101000011110001110000100111010101010101111001101111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E384; }

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

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

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

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

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

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

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

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