#A1E479

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

Shades of Feijoa #A1E479

Tints of Feijoa #A1E479

Color information

#A1E479 (or 0xA1E479) is unknown color: approx Feijoa. HEX triplet: A1, E4 and 79. RGB value is (161,228,121). Sum of RGB (Red+Green+Blue) = 161+228+121=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 228 (89.45% from 255 or 44.71% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E479 is #5E1B86. Grayscale: #C4C4C4. Windows color (decimal): -6167431 or 7988385. OLE color: 7988385.

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

Color convert

RGB161228121-
CMYK0.2900.470.11
HSL97.57º66.46%68.43%-
HSV(B)97.57º46.93%89.41%-
XYZ45.8964.4428.11-
YUV195.7785.8103.2-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 228 (89.45% from 255) = 44.71%
BLUE value IS 121 (47.66% from 255) = 23.73%
R=31.57%
G=44.71%
B=23.73%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612281210.2900.470.1197.5766.4668.43
HexA1E4791D02FB624244
Octal2413441713505713142102104
Binary101000011110010011110011110101011111011110001010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E479; }

 p { color: rgb(161,228,121); }

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

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

 a { background-color: rgb(161,228,121); }

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

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

 span { border-color: rgb(161,228,121); }

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