#A6D37D

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

Shades of Feijoa #A6D37D

Tints of Feijoa #A6D37D

Color information

#A6D37D (or 0xA6D37D) is unknown color: approx Feijoa. HEX triplet: A6, D3 and 7D. RGB value is (166,211,125). Sum of RGB (Red+Green+Blue) = 166+211+125=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 211 (82.81% from 255 or 42.03% from 502); Blue value is 125 (49.22% from 255 or 24.90% from 502); Max value from RGB is 211 - color contains mainly: green. Hex color #A6D37D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D37D is #592C82. Grayscale: #BCBCBC. Windows color (decimal): -5844099 or 8246182. OLE color: 8246182.

HSL color Cylindrical-coordinate representation of color #A6D37D: hue angle of 91.4º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A6D37D is Cyan = 0.21, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.17.

Color convert

RGB166211125-
CMYK0.2100.410.17
HSL91.4º49.43%65.88%-
HSV(B)91.4º40.76%82.75%-
XYZ42.7256.1827.99-
YUV187.7492.59112.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 211 (82.81% from 255) = 42.03%
BLUE value IS 125 (49.22% from 255) = 24.90%
R=33.07%
G=42.03%
B=24.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662111250.2100.410.1791.449.4365.88
HexA6D37D15029115b3142
Octal246323175250512113361102
Binary101001101101001111111011010101010011000110110111100011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D37D; }

 p { color: rgb(166,211,125); }

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

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

 a { background-color: rgb(166,211,125); }

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

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

 span { border-color: rgb(166,211,125); }

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