#a5d475

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

Shades of Feijoa #A5D475

Tints of Feijoa #A5D475

Color information

#A5D475 (or 0xA5D475) is unknown color: approx Feijoa. HEX triplet: A5, D4 and 75. RGB value is (165,212,117). Sum of RGB (Red+Green+Blue) = 165+212+117=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 212 (83.20% from 255 or 42.91% from 494); Blue value is 117 (46.09% from 255 or 23.68% from 494); Max value from RGB is 212 - color contains mainly: green. Hex color #A5D475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D475 is #5A2B8A. Grayscale: #BBBBBB. Windows color (decimal): -5909387 or 7722149. OLE color: 7722149.

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

Color convert

RGB165212117-
CMYK0.2200.450.17
HSL89.68º52.49%64.51%-
HSV(B)89.68º44.81%83.14%-
XYZ42.2756.3725.48-
YUV187.1288.43112.22-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 212 (83.20% from 255) = 42.91%
BLUE value IS 117 (46.09% from 255) = 23.68%
R=33.40%
G=42.91%
B=23.68%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1652121170.2200.450.1789.6852.4964.51
HexA5D4751602D115a3441
Octal245324165260552113264101
Binary101001011101010011101011011001011011000110110101101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a5d475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a5d475; }

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

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

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

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

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

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

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

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