#A1DE79

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

Shades of Feijoa #A1DE79

Tints of Feijoa #A1DE79

Color information

#A1DE79 (or 0xA1DE79) is unknown color: approx Feijoa. HEX triplet: A1, DE and 79. RGB value is (161,222,121). Sum of RGB (Red+Green+Blue) = 161+222+121=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 121 (47.66% from 255 or 24.01% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1DE79 is #5E2186. Grayscale: #C0C0C0. Windows color (decimal): -6168967 or 7986849. OLE color: 7986849.

HSL color Cylindrical-coordinate representation of color #A1DE79: hue angle of 96.24º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1DE79 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB161222121-
CMYK0.2700.450.13
HSL96.24º60.48%67.25%-
HSV(B)96.24º45.5%87.06%-
XYZ44.2761.227.57-
YUV192.2587.79105.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 222 (87.11% from 255) = 44.05%
BLUE value IS 121 (47.66% from 255) = 24.01%
R=31.94%
G=44.05%
B=24.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1612221210.2700.450.1396.2460.4867.25
HexA1DE791B02DD603c43
Octal241336171330551514074103
Binary10100001110111101111001110110101101110111000001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DE79; }

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

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

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

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

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

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

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

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