#A6FF72

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

Shades of Feijoa #A6FF72

Tints of Feijoa #A6FF72

Color information

#A6FF72 (or 0xA6FF72) is unknown color: approx Feijoa. HEX triplet: A6, FF and 72. RGB value is (166,255,114). Sum of RGB (Red+Green+Blue) = 166+255+114=535 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.03% from 535); Green value is 255 (100% from 255 or 47.66% from 535); Blue value is 114 (44.92% from 255 or 21.31% from 535); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FF72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FF72 is #59008D. Grayscale: #D4D4D4. Windows color (decimal): -5832846 or 7536550. OLE color: 7536550.

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

Color convert

RGB166255114-
CMYK0.3500.550
HSL97.87º100%72.35%-
HSV(B)97.87º55.29%100%-
XYZ54.5280.8428.65-
YUV212.3272.5194.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.03%
GREEN value IS 255 (100% from 255) = 47.66%
BLUE value IS 114 (44.92% from 255) = 21.31%
R=31.03%
G=47.66%
B=21.31%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1662551140.3500.55097.8710072.35
HexA6FF72230370626448
Octal246377162430670142144110
Binary1010011011111111111001010001101101110110001011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FF72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FF72; }

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

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

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

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

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

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

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

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