#A7DC7D

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

Shades of Feijoa #A7DC7D

Tints of Feijoa #A7DC7D

Color information

#A7DC7D (or 0xA7DC7D) is unknown color: approx Feijoa. HEX triplet: A7, DC and 7D. RGB value is (167,220,125). Sum of RGB (Red+Green+Blue) = 167+220+125=512 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.62% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 125 (49.22% from 255 or 24.41% from 512); Max value from RGB is 220 - color contains mainly: green. Hex color #A7DC7D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7DC7D is #582382. Grayscale: #C1C1C1. Windows color (decimal): -5776259 or 8248487. OLE color: 8248487.

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

Color convert

RGB167220125-
CMYK0.2400.430.14
HSL93.47º57.58%67.65%-
HSV(B)93.47º43.18%86.27%-
XYZ45.2360.8828.77-
YUV193.3289.44109.22-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.62%
GREEN value IS 220 (86.33% from 255) = 42.97%
BLUE value IS 125 (49.22% from 255) = 24.41%
R=32.62%
G=42.97%
B=24.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1672201250.2400.430.1493.4757.5867.65
HexA7DC7D1802BE5d3a44
Octal247334175300531613572104
Binary10100111110111001111101110000101011111010111011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DC7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DC7D; }

 p { color: rgb(167,220,125); }

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

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

 a { background-color: rgb(167,220,125); }

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

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

 span { border-color: rgb(167,220,125); }

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