#A5D672

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

Shades of Feijoa #A5D672

Tints of Feijoa #A5D672

Color information

#A5D672 (or 0xA5D672) is unknown color: approx Feijoa. HEX triplet: A5, D6 and 72. RGB value is (165,214,114). Sum of RGB (Red+Green+Blue) = 165+214+114=493 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.47% from 493); Green value is 214 (83.98% from 255 or 43.41% from 493); Blue value is 114 (44.92% from 255 or 23.12% from 493); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D672 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D672 is #5A298D. Grayscale: #BCBCBC. Windows color (decimal): -5908878 or 7526053. OLE color: 7526053.

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

Color convert

RGB165214114-
CMYK0.2300.470.16
HSL89.4º54.95%64.31%-
HSV(B)89.4º46.73%83.92%-
XYZ42.657.3124.74-
YUV187.9586.27111.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.47%
GREEN value IS 214 (83.98% from 255) = 43.41%
BLUE value IS 114 (44.92% from 255) = 23.12%
R=33.47%
G=43.41%
B=23.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652141140.2300.470.1689.454.9564.31
HexA5D6721702F10593740
Octal245326162270572013167100
Binary101001011101011011100101011101011111000010110011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D672; }

 p { color: rgb(165,214,114); }

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

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

 a { background-color: rgb(165,214,114); }

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

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

 span { border-color: rgb(165,214,114); }

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