#A6D97B

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

Shades of Feijoa #A6D97B

Tints of Feijoa #A6D97B

Color information

#A6D97B (or 0xA6D97B) is unknown color: approx Feijoa. HEX triplet: A6, D9 and 7B. RGB value is (166,217,123). Sum of RGB (Red+Green+Blue) = 166+217+123=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 217 (85.16% from 255 or 42.89% from 506); Blue value is 123 (48.44% from 255 or 24.31% from 506); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D97B is #592684. Grayscale: #BFBFBF. Windows color (decimal): -5842565 or 8116646. OLE color: 8116646.

HSL color Cylindrical-coordinate representation of color #A6D97B: hue angle of 92.55º 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 #A6D97B is Cyan = 0.24, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB166217123-
CMYK0.2400.430.15
HSL92.55º55.29%66.67%-
HSV(B)92.55º43.32%85.1%-
XYZ44.1159.1627.83-
YUV191.0389.6110.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 217 (85.16% from 255) = 42.89%
BLUE value IS 123 (48.44% from 255) = 24.31%
R=32.81%
G=42.89%
B=24.31%

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
Decimal1662171230.2400.430.1592.5555.2966.67
HexA6D97B1802BF5d3743
Octal246331173300531713567103
Binary10100110110110011111011110000101011111110111011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D97B; }

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

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

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

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

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

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

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

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