#A6D27E

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

Shades of Feijoa #A6D27E

Tints of Feijoa #A6D27E

Color information

#A6D27E (or 0xA6D27E) is unknown color: approx Feijoa. HEX triplet: A6, D2 and 7E. RGB value is (166,210,126). Sum of RGB (Red+Green+Blue) = 166+210+126=502 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.07% from 502); Green value is 210 (82.42% from 255 or 41.83% from 502); Blue value is 126 (49.61% from 255 or 25.10% from 502); Max value from RGB is 210 - color contains mainly: green. Hex color #A6D27E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6D27E is #592D81. Grayscale: #BBBBBB. Windows color (decimal): -5844354 or 8311462. OLE color: 8311462.

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

Color convert

RGB166210126-
CMYK0.2100.40.18
HSL91.43º48.28%65.88%-
HSV(B)91.43º40%82.35%-
XYZ42.5455.7128.25-
YUV187.2793.42112.83-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.07%
GREEN value IS 210 (82.42% from 255) = 41.83%
BLUE value IS 126 (49.61% from 255) = 25.10%
R=33.07%
G=41.83%
B=25.10%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662101260.2100.40.1891.4348.2865.88
HexA6D27E15028125b3042
Octal246322176250502213360102
Binary101001101101001011111101010101010001001010110111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D27E; }

 p { color: rgb(166,210,126); }

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

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

 a { background-color: rgb(166,210,126); }

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

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

 span { border-color: rgb(166,210,126); }

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