#A4D675

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

Shades of Feijoa #A4D675

Tints of Feijoa #A4D675

Color information

#A4D675 (or 0xA4D675) is unknown color: approx Feijoa. HEX triplet: A4, D6 and 75. RGB value is (164,214,117). Sum of RGB (Red+Green+Blue) = 164+214+117=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 214 (83.98% from 255 or 43.23% from 495); Blue value is 117 (46.09% from 255 or 23.64% from 495); Max value from RGB is 214 - color contains mainly: green. Hex color #A4D675 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D675 is #5B298A. Grayscale: #BCBCBC. Windows color (decimal): -5974411 or 7722660. OLE color: 7722660.

HSL color Cylindrical-coordinate representation of color #A4D675: hue angle of 90.93º degrees, saturation: 0.54, 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 #A4D675 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB164214117-
CMYK0.2300.450.16
HSL90.93º54.19%64.9%-
HSV(B)90.93º45.33%83.92%-
XYZ42.5757.2725.64-
YUV187.9987.94110.89-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.13%
GREEN value IS 214 (83.98% from 255) = 43.23%
BLUE value IS 117 (46.09% from 255) = 23.64%
R=33.13%
G=43.23%
B=23.64%

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
Decimal1642141170.2300.450.1690.9354.1964.9
HexA4D6751702D105b3641
Octal244326165270552013366101
Binary101001001101011011101011011101011011000010110111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D675; }

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

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

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

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

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

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

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

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