#A6FF74

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

Shades of Feijoa #A6FF74

Tints of Feijoa #A6FF74

Color information

#A6FF74 (or 0xA6FF74) is unknown color: approx Feijoa. HEX triplet: A6, FF and 74. RGB value is (166,255,116). Sum of RGB (Red+Green+Blue) = 166+255+116=537 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.91% from 537); Green value is 255 (100% from 255 or 47.49% from 537); Blue value is 116 (45.70% from 255 or 21.60% from 537); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF74 is #59008B. Grayscale: #D5D5D5. Windows color (decimal): -5832844 or 7667622. OLE color: 7667622.

HSL color Cylindrical-coordinate representation of color #A6FF74: hue angle of 98.42º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A6FF74 is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB166255116-
CMYK0.3500.550
HSL98.42º100%72.75%-
HSV(B)98.42º54.51%100%-
XYZ54.6480.8929.26-
YUV212.5473.5194.8-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.91%
GREEN value IS 255 (100% from 255) = 47.49%
BLUE value IS 116 (45.70% from 255) = 21.60%
R=30.91%
G=47.49%
B=21.60%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662551160.3500.55098.4210072.75
HexA6FF74230370626449
Octal246377164430670142144111
Binary1010011011111111111010010001101101110110001011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FF74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FF74; }

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

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

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

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

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

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

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

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