#A6DC90

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

Shades of Feijoa #A6DC90

Tints of Feijoa #A6DC90

Color information

#A6DC90 (or 0xA6DC90) is unknown color: approx Feijoa. HEX triplet: A6, DC and 90. RGB value is (166,220,144). Sum of RGB (Red+Green+Blue) = 166+220+144=530 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.32% from 530); Green value is 220 (86.33% from 255 or 41.51% from 530); Blue value is 144 (56.64% from 255 or 27.17% from 530); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DC90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DC90 is #59236F. Grayscale: #C3C3C3. Windows color (decimal): -5841776 or 9493670. OLE color: 9493670.

HSL color Cylindrical-coordinate representation of color #A6DC90: hue angle of 102.63º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6DC90 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB166220144-
CMYK0.2500.350.14
HSL102.63º52.05%71.37%-
HSV(B)102.63º34.55%86.27%-
XYZ46.3561.3135.78-
YUV195.1999.11107.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.32%
GREEN value IS 220 (86.33% from 255) = 41.51%
BLUE value IS 144 (56.64% from 255) = 27.17%
R=31.32%
G=41.51%
B=27.17%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662201440.2500.350.14102.6352.0571.37
HexA6DC9019023E673447
Octal246334220310431614764107
Binary101001101101110010010000110010100011111011001111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DC90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DC90; }

 p { color: rgb(166,220,144); }

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

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

 a { background-color: rgb(166,220,144); }

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

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

 span { border-color: rgb(166,220,144); }

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