#A6EB76

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

Shades of Feijoa #A6EB76

Tints of Feijoa #A6EB76

Color information

#A6EB76 (or 0xA6EB76) is unknown color: approx Feijoa. HEX triplet: A6, EB and 76. RGB value is (166,235,118). Sum of RGB (Red+Green+Blue) = 166+235+118=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 235 (92.19% from 255 or 45.28% from 519); Blue value is 118 (46.48% from 255 or 22.74% from 519); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EB76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6EB76 is #591489. Grayscale: #C9C9C9. Windows color (decimal): -5837962 or 7793574. OLE color: 7793574.

HSL color Cylindrical-coordinate representation of color #A6EB76: hue angle of 95.38º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A6EB76 is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB166235118-
CMYK0.2900.500.08
HSL95.38º74.52%69.22%-
HSV(B)95.38º49.79%92.16%-
XYZ48.768.8327.86-
YUV201.0381.14103.01-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.98%
GREEN value IS 235 (92.19% from 255) = 45.28%
BLUE value IS 118 (46.48% from 255) = 22.74%
R=31.98%
G=45.28%
B=22.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1662351180.2900.500.0895.3874.5269.22
HexA6EB761D03285f4b45
Octal2463531663506210137113105
Binary101001101110101111101101110101100101000101111110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6EB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6EB76; }

 p { color: rgb(166,235,118); }

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

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

 a { background-color: rgb(166,235,118); }

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

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

 span { border-color: rgb(166,235,118); }

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