#A4DE6B

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

Shades of Feijoa #A4DE6B

Tints of Feijoa #A4DE6B

Color information

#A4DE6B (or 0xA4DE6B) is unknown color: approx Feijoa. HEX triplet: A4, DE and 6B. RGB value is (164,222,107). Sum of RGB (Red+Green+Blue) = 164+222+107=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 107 (42.19% from 255 or 21.70% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #A4DE6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A4DE6B is #5B2194. Grayscale: #BFBFBF. Windows color (decimal): -5972373 or 7069348. OLE color: 7069348.

HSL color Cylindrical-coordinate representation of color #A4DE6B: hue angle of 90.26º 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 #A4DE6B is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB164222107-
CMYK0.2600.520.13
HSL90.26º63.54%64.51%-
HSV(B)90.26º51.8%87.06%-
XYZ44.0861.223.4-
YUV191.5580.28108.35-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 222 (87.11% from 255) = 45.03%
BLUE value IS 107 (42.19% from 255) = 21.70%
R=33.27%
G=45.03%
B=21.70%

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
Decimal1642221070.2600.520.1390.2663.5464.51
HexA4DE6B1A034D5a4041
Octal2443361533206415132100101
Binary101001001101111011010111101001101001101101101010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4DE6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4DE6B; }

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

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

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

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

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

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

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

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