#A6D074

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

Shades of Feijoa #A6D074

Tints of Feijoa #A6D074

Color information

#A6D074 (or 0xA6D074) is unknown color: approx Feijoa. HEX triplet: A6, D0 and 74. RGB value is (166,208,116). Sum of RGB (Red+Green+Blue) = 166+208+116=490 (64% of max value = 765). Red value is 166 (65.23% from 255 or 33.88% from 490); Green value is 208 (81.64% from 255 or 42.45% from 490); Blue value is 116 (45.70% from 255 or 23.67% from 490); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D074 is #592F8B. Grayscale: #B9B9B9. Windows color (decimal): -5844876 or 7655590. OLE color: 7655590.

HSL color Cylindrical-coordinate representation of color #A6D074: hue angle of 87.39º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A6D074 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB166208116-
CMYK0.2000.440.18
HSL87.39º49.46%63.53%-
HSV(B)87.39º44.23%81.57%-
XYZ41.4354.4824.85-
YUV184.9589.09114.48-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.88%
GREEN value IS 208 (81.64% from 255) = 42.45%
BLUE value IS 116 (45.70% from 255) = 23.67%
R=33.88%
G=42.45%
B=23.67%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662081160.2000.440.1887.3949.4663.53
HexA6D0741402C12573140
Octal246320164240542212761100
Binary101001101101000011101001010001011001001010101111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D074; }

 p { color: rgb(166,208,116); }

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

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

 a { background-color: rgb(166,208,116); }

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

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

 span { border-color: rgb(166,208,116); }

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