#a1e279

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

Shades of Feijoa #A1E279

Tints of Feijoa #A1E279

Color information

#A1E279 (or 0xA1E279) is unknown color: approx Feijoa. HEX triplet: A1, E2 and 79. RGB value is (161,226,121). Sum of RGB (Red+Green+Blue) = 161+226+121=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 226 (88.67% from 255 or 44.49% from 508); Blue value is 121 (47.66% from 255 or 23.82% from 508); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E279 is #5E1D86. Grayscale: #C2C2C2. Windows color (decimal): -6167943 or 7987873. OLE color: 7987873.

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

Color convert

RGB161226121-
CMYK0.2900.460.11
HSL97.14º64.42%68.04%-
HSV(B)97.14º46.46%88.63%-
XYZ45.3563.3527.93-
YUV194.686.47104.04-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 226 (88.67% from 255) = 44.49%
BLUE value IS 121 (47.66% from 255) = 23.82%
R=31.69%
G=44.49%
B=23.82%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1612261210.2900.460.1197.1464.4268.04
HexA1E2791D02EB614044
Octal2413421713505613141100104
Binary101000011110001011110011110101011101011110000110000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a1e279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a1e279; }

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

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

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

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

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

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

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

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