#A6D081

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

Shades of Feijoa #A6D081

Tints of Feijoa #A6D081

Color information

#A6D081 (or 0xA6D081) is unknown color: approx Feijoa. HEX triplet: A6, D0 and 81. RGB value is (166,208,129). Sum of RGB (Red+Green+Blue) = 166+208+129=503 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.00% from 503); Green value is 208 (81.64% from 255 or 41.35% from 503); Blue value is 129 (50.78% from 255 or 25.65% from 503); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D081 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D081 is #592F7E. Grayscale: #BABABA. Windows color (decimal): -5844863 or 8507558. OLE color: 8507558.

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

Color convert

RGB166208129-
CMYK0.2000.380.18
HSL91.9º45.66%66.08%-
HSV(B)91.9º37.98%81.57%-
XYZ42.2454.829.12-
YUV186.4495.59113.42-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.00%
GREEN value IS 208 (81.64% from 255) = 41.35%
BLUE value IS 129 (50.78% from 255) = 25.65%
R=33.00%
G=41.35%
B=25.65%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662081290.2000.380.1891.945.6666.08
HexA6D08114026125c2e42
Octal246320201240462213456102
Binary1010011011010000100000011010001001101001010111001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D081; }

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

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

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

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

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

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

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

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