#A2CE79

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

Shades of Feijoa #A2CE79

Tints of Feijoa #A2CE79

Color information

#A2CE79 (or 0xA2CE79) is unknown color: approx Feijoa. HEX triplet: A2, CE and 79. RGB value is (162,206,121). Sum of RGB (Red+Green+Blue) = 162+206+121=489 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.13% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE79 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE79 is #5D3186. Grayscale: #B7B7B7. Windows color (decimal): -6107527 or 7982754. OLE color: 7982754.

HSL color Cylindrical-coordinate representation of color #A2CE79: hue angle of 91.06º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A2CE79 is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB162206121-
CMYK0.2100.410.19
HSL91.06º46.45%64.12%-
HSV(B)91.06º41.26%80.78%-
XYZ40.4253.226.23-
YUV183.1592.92112.91-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.13%
GREEN value IS 206 (80.86% from 255) = 42.13%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=33.13%
G=42.13%
B=24.74%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061210.2100.410.1991.0646.4564.12
HexA2CE7915029135b2e40
Octal242316171250512313356100
Binary101000101100111011110011010101010011001110110111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE79; }

 p { color: rgb(162,206,121); }

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

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

 a { background-color: rgb(162,206,121); }

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

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

 span { border-color: rgb(162,206,121); }

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