#A5D671

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

Shades of Feijoa #A5D671

Tints of Feijoa #A5D671

Color information

#A5D671 (or 0xA5D671) is unknown color: approx Feijoa. HEX triplet: A5, D6 and 71. RGB value is (165,214,113). Sum of RGB (Red+Green+Blue) = 165+214+113=492 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.54% from 492); Green value is 214 (83.98% from 255 or 43.50% from 492); Blue value is 113 (44.53% from 255 or 22.97% from 492); Max value from RGB is 214 - color contains mainly: green. Hex color #A5D671 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D671 is #5A298E. Grayscale: #BCBCBC. Windows color (decimal): -5908879 or 7460517. OLE color: 7460517.

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

Color convert

RGB165214113-
CMYK0.2300.470.16
HSL89.11º55.19%64.12%-
HSV(B)89.11º47.2%83.92%-
XYZ42.5457.2824.44-
YUV187.8485.77111.71-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.54%
GREEN value IS 214 (83.98% from 255) = 43.50%
BLUE value IS 113 (44.53% from 255) = 22.97%
R=33.54%
G=43.50%
B=22.97%

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
Decimal1652141130.2300.470.1689.1155.1964.12
HexA5D6711702F10593740
Octal245326161270572013167100
Binary101001011101011011100011011101011111000010110011101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D671; }

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

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

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

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

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

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

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

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