#A6F382

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

Shades of Feijoa #A6F382

Tints of Feijoa #A6F382

Color information

#A6F382 (or 0xA6F382) is unknown color: approx Feijoa. HEX triplet: A6, F3 and 82. RGB value is (166,243,130). Sum of RGB (Red+Green+Blue) = 166+243+130=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 243 (95.31% from 255 or 45.08% from 539); Blue value is 130 (51.17% from 255 or 24.12% from 539); Max value from RGB is 243 - color contains mainly: green. Hex color #A6F382 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F382 is #590C7D. Grayscale: #CFCFCF. Windows color (decimal): -5835902 or 8582054. OLE color: 8582054.

HSL color Cylindrical-coordinate representation of color #A6F382: hue angle of 100.88º degrees, saturation: 0.82, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A6F382 is Cyan = 0.32, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB166243130-
CMYK0.3200.470.05
HSL100.88º82.48%73.14%-
HSV(B)100.88º46.5%95.29%-
XYZ51.8173.8232.64-
YUV207.0984.4998.69-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 243 (95.31% from 255) = 45.08%
BLUE value IS 130 (51.17% from 255) = 24.12%
R=30.80%
G=45.08%
B=24.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1662431300.3200.470.05100.8882.4873.14
HexA6F3822002F5655249
Octal246363202400575145122111
Binary1010011011110011100000101000000101111101110010110100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6F382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6F382; }

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

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

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

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

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

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

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

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