#A5DE72

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

Shades of Feijoa #A5DE72

Tints of Feijoa #A5DE72

Color information

#A5DE72 (or 0xA5DE72) is unknown color: approx Feijoa. HEX triplet: A5, DE and 72. RGB value is (165,222,114). Sum of RGB (Red+Green+Blue) = 165+222+114=501 (66% of max value = 765). Red value is 165 (64.84% from 255 or 32.93% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 114 (44.92% from 255 or 22.75% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE72 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DE72 is #5A218D. Grayscale: #C1C1C1. Windows color (decimal): -5906830 or 7528101. OLE color: 7528101.

HSL color Cylindrical-coordinate representation of color #A5DE72: hue angle of 91.67º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A5DE72 is Cyan = 0.26, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB165222114-
CMYK0.2600.490.13
HSL91.67º62.07%65.88%-
HSV(B)91.67º48.65%87.06%-
XYZ44.6861.4625.43-
YUV192.6483.62108.28-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 32.93%
GREEN value IS 222 (87.11% from 255) = 44.31%
BLUE value IS 114 (44.92% from 255) = 22.75%
R=32.93%
G=44.31%
B=22.75%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652221140.2600.490.1391.6762.0765.88
HexA5DE721A031D5c3e42
Octal245336162320611513476102
Binary10100101110111101110010110100110001110110111001111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DE72; }

 p { color: rgb(165,222,114); }

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

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

 a { background-color: rgb(165,222,114); }

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

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

 span { border-color: rgb(165,222,114); }

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