#A6EE82

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

Shades of Feijoa #A6EE82

Tints of Feijoa #A6EE82

Color information

#A6EE82 (or 0xA6EE82) is unknown color: approx Feijoa. HEX triplet: A6, EE and 82. RGB value is (166,238,130). Sum of RGB (Red+Green+Blue) = 166+238+130=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 238 (93.36% from 255 or 44.57% from 534); Blue value is 130 (51.17% from 255 or 24.34% from 534); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EE82 is #59117D. Grayscale: #CCCCCC. Windows color (decimal): -5837182 or 8580774. OLE color: 8580774.

HSL color Cylindrical-coordinate representation of color #A6EE82: hue angle of 100º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A6EE82 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB166238130-
CMYK0.3000.450.07
HSL100º76.06%72.16%-
HSV(B)100º45.38%93.33%-
XYZ50.3370.8732.15-
YUV204.1686.15100.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 238 (93.36% from 255) = 44.57%
BLUE value IS 130 (51.17% from 255) = 24.34%
R=31.09%
G=44.57%
B=24.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1662381300.3000.450.0710076.0672.16
HexA6EE821E02D7644c48
Octal246356202360557144114110
Binary101001101110111010000010111100101101111110010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EE82; }

 p { color: rgb(166,238,130); }

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

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

 a { background-color: rgb(166,238,130); }

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

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

 span { border-color: rgb(166,238,130); }

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