#A6D87F

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

Shades of Feijoa #A6D87F

Tints of Feijoa #A6D87F

Color information

#A6D87F (or 0xA6D87F) is unknown color: approx Feijoa. HEX triplet: A6, D8 and 7F. RGB value is (166,216,127). Sum of RGB (Red+Green+Blue) = 166+216+127=509 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.61% from 509); Green value is 216 (84.77% from 255 or 42.44% from 509); Blue value is 127 (50% from 255 or 24.95% from 509); Max value from RGB is 216 - color contains mainly: green. Hex color #A6D87F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D87F is #592780. Grayscale: #BFBFBF. Windows color (decimal): -5842817 or 8378534. OLE color: 8378534.

HSL color Cylindrical-coordinate representation of color #A6D87F: hue angle of 93.71º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6D87F is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB166216127-
CMYK0.2300.410.15
HSL93.71º53.29%67.25%-
HSV(B)93.71º41.2%84.71%-
XYZ44.1158.7529.09-
YUV190.991.94110.24-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.61%
GREEN value IS 216 (84.77% from 255) = 42.44%
BLUE value IS 127 (50% from 255) = 24.95%
R=32.61%
G=42.44%
B=24.95%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662161270.2300.410.1593.7153.2967.25
HexA6D87F17029F5e3543
Octal246330177270511713665103
Binary10100110110110001111111101110101001111110111101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D87F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D87F; }

 p { color: rgb(166,216,127); }

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

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

 a { background-color: rgb(166,216,127); }

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

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

 span { border-color: rgb(166,216,127); }

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