#A6E074

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

Shades of Feijoa #A6E074

Tints of Feijoa #A6E074

Color information

#A6E074 (or 0xA6E074) is unknown color: approx Feijoa. HEX triplet: A6, E0 and 74. RGB value is (166,224,116). Sum of RGB (Red+Green+Blue) = 166+224+116=506 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.81% from 506); Green value is 224 (87.89% from 255 or 44.27% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E074 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6E074 is #591F8B. Grayscale: #C2C2C2. Windows color (decimal): -5840780 or 7659686. OLE color: 7659686.

HSL color Cylindrical-coordinate representation of color #A6E074: hue angle of 92.22º degrees, saturation: 0.64, 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 #A6E074 is Cyan = 0.26, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.12.

Color convert

RGB166224116-
CMYK0.2600.480.12
HSL92.22º63.53%66.67%-
HSV(B)92.22º48.21%87.84%-
XYZ45.5362.6826.22-
YUV194.3583.78107.78-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.81%
GREEN value IS 224 (87.89% from 255) = 44.27%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=32.81%
G=44.27%
B=22.92%

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
Decimal1662241160.2600.480.1292.2263.5366.67
HexA6E0741A030C5c4043
Octal2463401643206014134100103
Binary101001101110000011101001101001100001100101110010000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E074; }

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

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

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

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

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

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

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

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