#A5DE6B

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

Shades of Feijoa #A5DE6B

Tints of Feijoa #A5DE6B

Color information

#A5DE6B (or 0xA5DE6B) is unknown color: approx Feijoa. HEX triplet: A5, DE and 6B. RGB value is (165,222,107). Sum of RGB (Red+Green+Blue) = 165+222+107=494 (65% of max value = 765). Red value is 165 (64.84% from 255 or 33.40% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 107 (42.19% from 255 or 21.66% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #A5DE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A5DE6B is #5A2194. Grayscale: #C0C0C0. Windows color (decimal): -5906837 or 7069349. OLE color: 7069349.

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

Color convert

RGB165222107-
CMYK0.2600.520.13
HSL89.74º63.54%64.51%-
HSV(B)89.74º51.8%87.06%-
XYZ44.2961.323.41-
YUV191.8580.12108.85-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 33.40%
GREEN value IS 222 (87.11% from 255) = 44.94%
BLUE value IS 107 (42.19% from 255) = 21.66%
R=33.40%
G=44.94%
B=21.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652221070.2600.520.1389.7463.5464.51
HexA5DE6B1A034D5a4041
Octal2453361533206415132100101
Binary101001011101111011010111101001101001101101101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DE6B; }

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

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

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

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

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

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

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

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