#A6E875

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

Shades of Feijoa #A6E875

Tints of Feijoa #A6E875

Color information

#A6E875 (or 0xA6E875) is unknown color: approx Feijoa. HEX triplet: A6, E8 and 75. RGB value is (166,232,117). Sum of RGB (Red+Green+Blue) = 166+232+117=515 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.23% from 515); Green value is 232 (91.02% from 255 or 45.05% from 515); Blue value is 117 (46.09% from 255 or 22.72% from 515); Max value from RGB is 232 - color contains mainly: green. Hex color #A6E875 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E875 is #59178A. Grayscale: #C7C7C7. Windows color (decimal): -5838731 or 7727270. OLE color: 7727270.

HSL color Cylindrical-coordinate representation of color #A6E875: hue angle of 94.43º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6E875 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.09.

Color convert

RGB166232117-
CMYK0.2800.500.09
HSL94.43º71.43%68.43%-
HSV(B)94.43º49.57%90.98%-
XYZ47.7967.127.26-
YUV199.1681.63104.35-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.23%
GREEN value IS 232 (91.02% from 255) = 45.05%
BLUE value IS 117 (46.09% from 255) = 22.72%
R=32.23%
G=45.05%
B=22.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662321170.2800.500.0994.4371.4368.43
HexA6E8751C03295e4744
Octal2463501653406211136107104
Binary101001101110100011101011110001100101001101111010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E875; }

 p { color: rgb(166,232,117); }

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

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

 a { background-color: rgb(166,232,117); }

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

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

 span { border-color: rgb(166,232,117); }

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