#A4D57D

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

Shades of Feijoa #A4D57D

Tints of Feijoa #A4D57D

Color information

#A4D57D (or 0xA4D57D) is unknown color: approx Feijoa. HEX triplet: A4, D5 and 7D. RGB value is (164,213,125). Sum of RGB (Red+Green+Blue) = 164+213+125=502 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.67% from 502); Green value is 213 (83.59% from 255 or 42.43% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 213 - color contains mainly: green. Hex color #A4D57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4D57D is #5B2A82. Grayscale: #BCBCBC. Windows color (decimal): -5974659 or 8246692. OLE color: 8246692.

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

Color convert

RGB164213125-
CMYK0.2300.410.16
HSL93.41º51.16%66.27%-
HSV(B)93.41º41.31%83.53%-
XYZ42.8156.9628.14-
YUV188.3292.27110.66-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.67%
GREEN value IS 213 (83.59% from 255) = 42.43%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=32.67%
G=42.43%
B=24.90%

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
Decimal1642131250.2300.410.1693.4151.1666.27
HexA4D57D17029105d3342
Octal244325175270512013563102
Binary101001001101010111111011011101010011000010111011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4D57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4D57D; }

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

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

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

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

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

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

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

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