#A5D58D

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

Shades of Feijoa #A5D58D

Tints of Feijoa #A5D58D

Color information

#A5D58D (or 0xA5D58D) is unknown color: approx Feijoa. HEX triplet: A5, D5 and 8D. RGB value is (165,213,141). Sum of RGB (Red+Green+Blue) = 165+213+141=519 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.79% from 519); Green value is 213 (83.59% from 255 or 41.04% from 519); Blue value is 141 (55.47% from 255 or 27.17% from 519); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5D58D is #5A2A72. Grayscale: #BEBEBE. Windows color (decimal): -5909107 or 9295269. OLE color: 9295269.

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

Color convert

RGB165213141-
CMYK0.2300.340.16
HSL100º46.15%69.41%-
HSV(B)100º33.8%83.53%-
XYZ44.1257.5133.97-
YUV190.44100.1109.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.79%
GREEN value IS 213 (83.59% from 255) = 41.04%
BLUE value IS 141 (55.47% from 255) = 27.17%
R=31.79%
G=41.04%
B=27.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131410.2300.340.1610046.1569.41
HexA5D58D1702210642e45
Octal245325215270422014456105
Binary1010010111010101100011011011101000101000011001001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D58D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D58D; }

 p { color: rgb(165,213,141); }

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

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

 a { background-color: rgb(165,213,141); }

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

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

 span { border-color: rgb(165,213,141); }

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