#A7D46F

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

Shades of Feijoa #A7D46F

Tints of Feijoa #A7D46F

Color information

#A7D46F (or 0xA7D46F) is unknown color: approx Feijoa. HEX triplet: A7, D4 and 6F. RGB value is (167,212,111). Sum of RGB (Red+Green+Blue) = 167+212+111=490 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.08% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 111 (43.75% from 255 or 22.65% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #A7D46F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D46F is #582B90. Grayscale: #BBBBBB. Windows color (decimal): -5778321 or 7328935. OLE color: 7328935.

HSL color Cylindrical-coordinate representation of color #A7D46F: hue angle of 86.73º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A7D46F is Cyan = 0.21, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.17.

Color convert

RGB167212111-
CMYK0.2100.480.17
HSL86.73º54.01%63.33%-
HSV(B)86.73º47.64%83.14%-
XYZ42.3556.4523.7-
YUV187.0385.09113.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.08%
GREEN value IS 212 (83.20% from 255) = 43.27%
BLUE value IS 111 (43.75% from 255) = 22.65%
R=34.08%
G=43.27%
B=22.65%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1672121110.2100.480.1786.7354.0163.33
HexA7D46F150301157363f
Octal24732415725060211276677
Binary10100111110101001101111101010110000100011010111110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D46F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D46F; }

 p { color: rgb(167,212,111); }

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

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

 a { background-color: rgb(167,212,111); }

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

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

 span { border-color: rgb(167,212,111); }

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