#A6DE85

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

Shades of Feijoa #A6DE85

Tints of Feijoa #A6DE85

Color information

#A6DE85 (or 0xA6DE85) is unknown color: approx Feijoa. HEX triplet: A6, DE and 85. RGB value is (166,222,133). Sum of RGB (Red+Green+Blue) = 166+222+133=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 222 (87.11% from 255 or 42.61% from 521); Blue value is 133 (52.34% from 255 or 25.53% from 521); Max value from RGB is 222 - color contains mainly: green. Hex color #A6DE85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DE85 is #59217A. Grayscale: #C3C3C3. Windows color (decimal): -5841275 or 8773286. OLE color: 8773286.

HSL color Cylindrical-coordinate representation of color #A6DE85: hue angle of 97.75º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A6DE85 is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB166222133-
CMYK0.2500.400.13
HSL97.75º57.42%69.61%-
HSV(B)97.75º40.09%87.06%-
XYZ46.0862.0431.74-
YUV195.1192.95107.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 222 (87.11% from 255) = 42.61%
BLUE value IS 133 (52.34% from 255) = 25.53%
R=31.86%
G=42.61%
B=25.53%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662221330.2500.400.1397.7557.4269.61
HexA6DE8519028D623946
Octal246336205310501514271106
Binary101001101101111010000101110010101000110111000101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DE85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DE85; }

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

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

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

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

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

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

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

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