#A6DE81

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

Shades of Feijoa #A6DE81

Tints of Feijoa #A6DE81

Color information

#A6DE81 (or 0xA6DE81) is unknown color: approx Feijoa. HEX triplet: A6, DE and 81. RGB value is (166,222,129). Sum of RGB (Red+Green+Blue) = 166+222+129=517 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.11% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 129 (50.78% from 255 or 24.95% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DE81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DE81 is #59217E. Grayscale: #C2C2C2. Windows color (decimal): -5841279 or 8511142. OLE color: 8511142.

HSL color Cylindrical-coordinate representation of color #A6DE81: hue angle of 96.13º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6DE81 is Cyan = 0.25, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB166222129-
CMYK0.2500.420.13
HSL96.13º58.49%68.82%-
HSV(B)96.13º41.89%87.06%-
XYZ45.8161.9330.31-
YUV194.6590.95107.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.11%
GREEN value IS 222 (87.11% from 255) = 42.94%
BLUE value IS 129 (50.78% from 255) = 24.95%
R=32.11%
G=42.94%
B=24.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662221290.2500.420.1396.1358.4968.82
HexA6DE811902AD603a45
Octal246336201310521514072105
Binary101001101101111010000001110010101010110111000001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DE81; }

 p { color: rgb(166,222,129); }

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

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

 a { background-color: rgb(166,222,129); }

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

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

 span { border-color: rgb(166,222,129); }

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