#A6E075

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

Shades of Feijoa #A6E075

Tints of Feijoa #A6E075

Color information

#A6E075 (or 0xA6E075) is unknown color: approx Feijoa. HEX triplet: A6, E0 and 75. RGB value is (166,224,117). Sum of RGB (Red+Green+Blue) = 166+224+117=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 224 (87.89% from 255 or 44.18% from 507); Blue value is 117 (46.09% from 255 or 23.08% from 507); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E075 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E075 is #591F8A. Grayscale: #C2C2C2. Windows color (decimal): -5840779 or 7725222. OLE color: 7725222.

HSL color Cylindrical-coordinate representation of color #A6E075: hue angle of 92.52º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A6E075 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB166224117-
CMYK0.2600.480.12
HSL92.52º63.31%66.86%-
HSV(B)92.52º47.77%87.84%-
XYZ45.5962.726.53-
YUV194.4684.28107.7-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.74%
GREEN value IS 224 (87.89% from 255) = 44.18%
BLUE value IS 117 (46.09% from 255) = 23.08%
R=32.74%
G=44.18%
B=23.08%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662241170.2600.480.1292.5263.3166.86
HexA6E0751A030C5d3f43
Octal246340165320601413577103
Binary10100110111000001110101110100110000110010111011111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E075; }

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

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

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

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

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

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

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

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