#A5D57D

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

Shades of Feijoa #A5D57D

Tints of Feijoa #A5D57D

Color information

#A5D57D (or 0xA5D57D) is unknown color: approx Feijoa. HEX triplet: A5, D5 and 7D. RGB value is (165,213,125). Sum of RGB (Red+Green+Blue) = 165+213+125=503 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.80% from 503); Green value is 213 (83.59% from 255 or 42.35% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 213 - color contains mainly: green. Hex color #A5D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5D57D is #5A2A82. Grayscale: #BCBCBC. Windows color (decimal): -5909123 or 8246693. OLE color: 8246693.

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

Color convert

RGB165213125-
CMYK0.2300.410.16
HSL92.73º51.16%66.27%-
HSV(B)92.73º41.31%83.53%-
XYZ43.0157.0728.15-
YUV188.6292.1111.16-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.80%
GREEN value IS 213 (83.59% from 255) = 42.35%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=32.80%
G=42.35%
B=24.85%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1652131250.2300.410.1692.7351.1666.27
HexA5D57D17029105d3342
Octal245325175270512013563102
Binary101001011101010111111011011101010011000010111011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5D57D; }

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

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

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

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

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

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

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

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