#a2ce75

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

Shades of Feijoa #A2CE75

Tints of Feijoa #A2CE75

Color information

#A2CE75 (or 0xA2CE75) is unknown color: approx Feijoa. HEX triplet: A2, CE and 75. RGB value is (162,206,117). Sum of RGB (Red+Green+Blue) = 162+206+117=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 117 (46.09% from 255 or 24.12% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE75 is #5D318A. Grayscale: #B7B7B7. Windows color (decimal): -6107531 or 7720610. OLE color: 7720610.

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

Color convert

RGB162206117-
CMYK0.2100.430.19
HSL89.66º47.59%63.33%-
HSV(B)89.66º43.2%80.78%-
XYZ40.1853.1124.96-
YUV182.790.92113.24-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 33.40%
GREEN value IS 206 (80.86% from 255) = 42.47%
BLUE value IS 117 (46.09% from 255) = 24.12%
R=33.40%
G=42.47%
B=24.12%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061170.2100.430.1989.6647.5963.33
HexA2CE751502B135a303f
Octal24231616525053231326077
Binary10100010110011101110101101010101011100111011010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2ce75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2ce75; }

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

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

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

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

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

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

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

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