#A5D472

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

Shades of Feijoa #A5D472

Tints of Feijoa #A5D472

Color information

#A5D472 (or 0xA5D472) is unknown color: approx Feijoa. HEX triplet: A5, D4 and 72. RGB value is (165,212,114). Sum of RGB (Red+Green+Blue) = 165+212+114=491 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.60% from 491); Green value is 212 (83.20% from 255 or 43.18% from 491); Blue value is 114 (44.92% from 255 or 23.22% from 491); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D472 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D472 is #5A2B8D. Grayscale: #BBBBBB. Windows color (decimal): -5909390 or 7525541. OLE color: 7525541.

HSL color Cylindrical-coordinate representation of color #A5D472: hue angle of 88.78º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A5D472 is Cyan = 0.22, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB165212114-
CMYK0.2200.460.17
HSL88.78º53.26%63.92%-
HSV(B)88.78º46.23%83.14%-
XYZ42.156.324.57-
YUV186.7886.93112.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.60%
GREEN value IS 212 (83.20% from 255) = 43.18%
BLUE value IS 114 (44.92% from 255) = 23.22%
R=33.60%
G=43.18%
B=23.22%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652121140.2200.460.1788.7853.2663.92
HexA5D4721602E11593540
Octal245324162260562113165100
Binary101001011101010011100101011001011101000110110011101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D472; }

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

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

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

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

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

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

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

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