#A4DE6C

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

Shades of Feijoa #A4DE6C

Tints of Feijoa #A4DE6C

Color information

#A4DE6C (or 0xA4DE6C) is unknown color: approx Feijoa. HEX triplet: A4, DE and 6C. RGB value is (164,222,108). Sum of RGB (Red+Green+Blue) = 164+222+108=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DE6C is #5B2193. Grayscale: #C0C0C0. Windows color (decimal): -5972372 or 7134884. OLE color: 7134884.

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

Color convert

RGB164222108-
CMYK0.2600.510.13
HSL90.53º63.33%64.71%-
HSV(B)90.53º51.35%87.06%-
XYZ44.1461.2223.68-
YUV191.6680.78108.27-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.20%
GREEN value IS 222 (87.11% from 255) = 44.94%
BLUE value IS 108 (42.58% from 255) = 21.86%
R=33.20%
G=44.94%
B=21.86%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1642221080.2600.510.1390.5363.3364.71
HexA4DE6C1A033D5b3f41
Octal244336154320631513377101
Binary10100100110111101101100110100110011110110110111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DE6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DE6C; }

 p { color: rgb(164,222,108); }

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

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

 a { background-color: rgb(164,222,108); }

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

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

 span { border-color: rgb(164,222,108); }

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