#A4D079

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

Shades of Feijoa #A4D079

Tints of Feijoa #A4D079

Color information

#A4D079 (or 0xA4D079) is unknown color: approx Feijoa. HEX triplet: A4, D0 and 79. RGB value is (164,208,121). Sum of RGB (Red+Green+Blue) = 164+208+121=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 208 (81.64% from 255 or 42.19% from 493); Blue value is 121 (47.66% from 255 or 24.54% from 493); Max value from RGB is 208 - color contains mainly: green. Hex color #A4D079 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D079 is #5B2F86. Grayscale: #B9B9B9. Windows color (decimal): -5975943 or 7983268. OLE color: 7983268.

HSL color Cylindrical-coordinate representation of color #A4D079: hue angle of 90.34º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A4D079 is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB164208121-
CMYK0.2100.420.18
HSL90.34º48.07%64.51%-
HSV(B)90.34º41.83%81.57%-
XYZ41.3254.3826.41-
YUV184.9391.92113.07-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 208 (81.64% from 255) = 42.19%
BLUE value IS 121 (47.66% from 255) = 24.54%
R=33.27%
G=42.19%
B=24.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1642081210.2100.420.1890.3448.0764.51
HexA4D0791502A125a3041
Octal244320171250522213260101
Binary101001001101000011110011010101010101001010110101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D079; }

 p { color: rgb(164,208,121); }

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

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

 a { background-color: rgb(164,208,121); }

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

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

 span { border-color: rgb(164,208,121); }

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