#A6DD90

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

Shades of Feijoa #A6DD90

Tints of Feijoa #A6DD90

Color information

#A6DD90 (or 0xA6DD90) is unknown color: approx Feijoa. HEX triplet: A6, DD and 90. RGB value is (166,221,144). Sum of RGB (Red+Green+Blue) = 166+221+144=531 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.26% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 144 (56.64% from 255 or 27.12% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #A6DD90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DD90 is #59226F. Grayscale: #C4C4C4. Windows color (decimal): -5841520 or 9493926. OLE color: 9493926.

HSL color Cylindrical-coordinate representation of color #A6DD90: hue angle of 102.86º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6DD90 is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB166221144-
CMYK0.2500.350.13
HSL102.86º53.1%71.57%-
HSV(B)102.86º34.84%86.67%-
XYZ46.6261.8335.86-
YUV195.7898.78106.76-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.26%
GREEN value IS 221 (86.72% from 255) = 41.62%
BLUE value IS 144 (56.64% from 255) = 27.12%
R=31.26%
G=41.62%
B=27.12%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1662211440.2500.350.13102.8653.171.57
HexA6DD9019023D673548
Octal246335220310431514765110
Binary101001101101110110010000110010100011110111001111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DD90; }

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

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

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

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

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

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

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

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