#A2DC7F

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

Shades of Feijoa #A2DC7F

Tints of Feijoa #A2DC7F

Color information

#A2DC7F (or 0xA2DC7F) is unknown color: approx Feijoa. HEX triplet: A2, DC and 7F. RGB value is (162,220,127). Sum of RGB (Red+Green+Blue) = 162+220+127=509 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.83% from 509); Green value is 220 (86.33% from 255 or 43.22% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 220 - color contains mainly: green. Hex color #A2DC7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2DC7F is #5D2380. Grayscale: #C0C0C0. Windows color (decimal): -6103937 or 8379554. OLE color: 8379554.

HSL color Cylindrical-coordinate representation of color #A2DC7F: hue angle of 97.42º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2DC7F is Cyan = 0.26, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB162220127-
CMYK0.2600.420.14
HSL97.42º57.06%68.04%-
HSV(B)97.42º42.27%86.27%-
XYZ44.3260.429.4-
YUV192.0691.28106.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 31.83%
GREEN value IS 220 (86.33% from 255) = 43.22%
BLUE value IS 127 (50% from 255) = 24.95%
R=31.83%
G=43.22%
B=24.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1622201270.2600.420.1497.4257.0668.04
HexA2DC7F1A02AE613944
Octal242334177320521614171104
Binary10100010110111001111111110100101010111011000011110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2DC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2DC7F; }

 p { color: rgb(162,220,127); }

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

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

 a { background-color: rgb(162,220,127); }

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

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

 span { border-color: rgb(162,220,127); }

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