#A4D575

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

Shades of Feijoa #A4D575

Tints of Feijoa #A4D575

Color information

#A4D575 (or 0xA4D575) is unknown color: approx Feijoa. HEX triplet: A4, D5 and 75. RGB value is (164,213,117). Sum of RGB (Red+Green+Blue) = 164+213+117=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D575 is #5B2A8A. Grayscale: #BBBBBB. Windows color (decimal): -5974667 or 7722404. OLE color: 7722404.

HSL color Cylindrical-coordinate representation of color #A4D575: hue angle of 90.62º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A4D575 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB164213117-
CMYK0.2300.450.16
HSL90.62º53.33%64.71%-
HSV(B)90.62º45.07%83.53%-
XYZ42.3156.7725.56-
YUV187.488.27111.31-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=33.20%
G=43.12%
B=23.68%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1642131170.2300.450.1690.6253.3364.71
HexA4D5751702D105b3541
Octal244325165270552013365101
Binary101001001101010111101011011101011011000010110111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D575; }

 p { color: rgb(164,213,117); }

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

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

 a { background-color: rgb(164,213,117); }

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

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

 span { border-color: rgb(164,213,117); }

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