#A2DA7C

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

Shades of Feijoa #A2DA7C

Tints of Feijoa #A2DA7C

Color information

#A2DA7C (or 0xA2DA7C) is unknown color: approx Feijoa. HEX triplet: A2, DA and 7C. RGB value is (162,218,124). Sum of RGB (Red+Green+Blue) = 162+218+124=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #A2DA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DA7C is #5D2583. Grayscale: #BEBEBE. Windows color (decimal): -6104452 or 8182434. OLE color: 8182434.

HSL color Cylindrical-coordinate representation of color #A2DA7C: hue angle of 95.74º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A2DA7C is Cyan = 0.26, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB162218124-
CMYK0.2600.430.15
HSL95.74º55.95%67.06%-
HSV(B)95.74º43.12%85.49%-
XYZ43.6159.2828.21-
YUV190.5490.45107.64-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.14%
GREEN value IS 218 (85.55% from 255) = 43.25%
BLUE value IS 124 (48.83% from 255) = 24.60%
R=32.14%
G=43.25%
B=24.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1622181240.2600.430.1595.7455.9567.06
HexA2DA7C1A02BF603843
Octal242332174320531714070103
Binary10100010110110101111100110100101011111111000001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DA7C; }

 p { color: rgb(162,218,124); }

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

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

 a { background-color: rgb(162,218,124); }

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

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

 span { border-color: rgb(162,218,124); }

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