#a6d97c

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

Shades of Feijoa #A6D97C

Tints of Feijoa #A6D97C

Color information

#A6D97C (or 0xA6D97C) is unknown color: approx Feijoa. HEX triplet: A6, D9 and 7C. RGB value is (166,217,124). Sum of RGB (Red+Green+Blue) = 166+217+124=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 124 (48.83% from 255 or 24.46% from 507); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D97C is #592683. Grayscale: #BFBFBF. Windows color (decimal): -5842564 or 8182182. OLE color: 8182182.

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

Color convert

RGB166217124-
CMYK0.2400.430.15
HSL92.9º55.03%66.86%-
HSV(B)92.9º42.86%85.1%-
XYZ44.1859.1928.16-
YUV191.1590.1110.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 124 (48.83% from 255) = 24.46%
R=32.74%
G=42.80%
B=24.46%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662171240.2400.430.1592.955.0366.86
HexA6D97C1802BF5d3743
Octal246331174300531713567103
Binary10100110110110011111100110000101011111110111011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a6d97c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a6d97c; }

 p { color: rgb(166,217,124); }

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

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

 a { background-color: rgb(166,217,124); }

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

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

 span { border-color: rgb(166,217,124); }

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