#A7D479

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

Shades of Feijoa #A7D479

Tints of Feijoa #A7D479

Color information

#A7D479 (or 0xA7D479) is unknown color: approx Feijoa. HEX triplet: A7, D4 and 79. RGB value is (167,212,121). Sum of RGB (Red+Green+Blue) = 167+212+121=500 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.4% from 500); Green value is 212 (83.20% from 255 or 42.4% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 212 - color contains mainly: green. Hex color #A7D479 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A7D479 is #582B86. Grayscale: #BCBCBC. Windows color (decimal): -5778311 or 7984295. OLE color: 7984295.

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

Color convert

RGB167212121-
CMYK0.2100.430.17
HSL89.67º51.41%65.29%-
HSV(B)89.67º42.92%83.14%-
XYZ42.9356.6826.77-
YUV188.1790.09112.9-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.4%
GREEN value IS 212 (83.20% from 255) = 42.4%
BLUE value IS 121 (47.66% from 255) = 24.2%
R=33.4%
G=42.4%
B=24.2%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1672121210.2100.430.1789.6751.4165.29
HexA7D4791502B115a3341
Octal247324171250532113263101
Binary101001111101010011110011010101010111000110110101100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D479; }

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

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

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

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

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

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

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

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