#A2E06C

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

Shades of Feijoa #A2E06C

Tints of Feijoa #A2E06C

Color information

#A2E06C (or 0xA2E06C) is unknown color: approx Feijoa. HEX triplet: A2, E0 and 6C. RGB value is (162,224,108). Sum of RGB (Red+Green+Blue) = 162+224+108=494 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.79% from 494); Green value is 224 (87.89% from 255 or 45.34% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 224 - color contains mainly: green. Hex color #A2E06C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2E06C is #5D1F93. Grayscale: #C0C0C0. Windows color (decimal): -6102932 or 7135394. OLE color: 7135394.

HSL color Cylindrical-coordinate representation of color #A2E06C: hue angle of 92.07º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2E06C is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB162224108-
CMYK0.2800.520.12
HSL92.07º65.17%65.1%-
HSV(B)92.07º51.79%87.84%-
XYZ44.2662.0823.84-
YUV192.2480.46106.43-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.79%
GREEN value IS 224 (87.89% from 255) = 45.34%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=32.79%
G=45.34%
B=21.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1622241080.2800.520.1292.0765.1765.1
HexA2E06C1C034C5c4141
Octal2423401543406414134101101
Binary101000101110000011011001110001101001100101110010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2E06C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2E06C; }

 p { color: rgb(162,224,108); }

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

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

 a { background-color: rgb(162,224,108); }

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

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

 span { border-color: rgb(162,224,108); }

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