#A2CE7B

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

Shades of Feijoa #A2CE7B

Tints of Feijoa #A2CE7B

Color information

#A2CE7B (or 0xA2CE7B) is unknown color: approx Feijoa. HEX triplet: A2, CE and 7B. RGB value is (162,206,123). Sum of RGB (Red+Green+Blue) = 162+206+123=491 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.99% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #A2CE7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CE7B is #5D3184. Grayscale: #B7B7B7. Windows color (decimal): -6107525 or 8113826. OLE color: 8113826.

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

Color convert

RGB162206123-
CMYK0.2100.400.19
HSL91.81º45.86%64.51%-
HSV(B)91.81º40.29%80.78%-
XYZ40.5553.2526.88-
YUV183.3893.92112.75-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.99%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=32.99%
G=41.96%
B=25.05%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1622061230.2100.400.1991.8145.8664.51
HexA2CE7B15028135c2e41
Octal242316173250502313456101
Binary101000101100111011110111010101010001001110111001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2CE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2CE7B; }

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

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

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

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

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

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

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

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