#A6DB7F

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

Shades of Feijoa #A6DB7F

Tints of Feijoa #A6DB7F

Color information

#A6DB7F (or 0xA6DB7F) is unknown color: approx Feijoa. HEX triplet: A6, DB and 7F. RGB value is (166,219,127). Sum of RGB (Red+Green+Blue) = 166+219+127=512 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.42% from 512); Green value is 219 (85.94% from 255 or 42.77% from 512); Blue value is 127 (50% from 255 or 24.80% from 512); Max value from RGB is 219 - color contains mainly: green. Hex color #A6DB7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6DB7F is #592480. Grayscale: #C0C0C0. Windows color (decimal): -5842049 or 8379302. OLE color: 8379302.

HSL color Cylindrical-coordinate representation of color #A6DB7F: hue angle of 94.57º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A6DB7F is Cyan = 0.24, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB166219127-
CMYK0.2400.420.14
HSL94.57º56.1%67.84%-
HSV(B)94.57º42.01%85.88%-
XYZ44.8960.329.35-
YUV192.6790.94108.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.42%
GREEN value IS 219 (85.94% from 255) = 42.77%
BLUE value IS 127 (50% from 255) = 24.80%
R=32.42%
G=42.77%
B=24.80%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662191270.2400.420.1494.5756.167.84
HexA6DB7F1802AE5f3844
Octal246333177300521613770104
Binary10100110110110111111111110000101010111010111111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DB7F; }

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

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

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

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

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

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

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

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