#A6D992

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

Shades of Feijoa #A6D992

Tints of Feijoa #A6D992

Color information

#A6D992 (or 0xA6D992) is unknown color: approx Feijoa. HEX triplet: A6, D9 and 92. RGB value is (166,217,146). Sum of RGB (Red+Green+Blue) = 166+217+146=529 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.38% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #A6D992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D992 is #59266D. Grayscale: #C1C1C1. Windows color (decimal): -5842542 or 9623974. OLE color: 9623974.

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

Color convert

RGB166217146-
CMYK0.2400.330.15
HSL103.1º48.3%71.18%-
HSV(B)103.1º32.72%85.1%-
XYZ45.7359.8136.33-
YUV193.66101.1108.27-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.38%
GREEN value IS 217 (85.16% from 255) = 41.02%
BLUE value IS 146 (57.42% from 255) = 27.60%
R=31.38%
G=41.02%
B=27.60%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1662171460.2400.330.15103.148.371.18
HexA6D99218021F673047
Octal246331222300411714760107
Binary101001101101100110010010110000100001111111001111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D992; }

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

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

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

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

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

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

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

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