#A6FE72

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

Shades of Feijoa #A6FE72

Tints of Feijoa #A6FE72

Color information

#A6FE72 (or 0xA6FE72) is unknown color: approx Feijoa. HEX triplet: A6, FE and 72. RGB value is (166,254,114). Sum of RGB (Red+Green+Blue) = 166+254+114=534 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.09% from 534); Green value is 254 (99.61% from 255 or 47.57% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FE72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6FE72 is #59018D. Grayscale: #D4D4D4. Windows color (decimal): -5833102 or 7536294. OLE color: 7536294.

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

Color convert

RGB166254114-
CMYK0.3500.550.00
HSL97.71º98.59%72.16%-
HSV(B)97.71º55.12%99.61%-
XYZ54.280.2128.54-
YUV211.7372.8595.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.09%
GREEN value IS 254 (99.61% from 255) = 47.57%
BLUE value IS 114 (44.92% from 255) = 21.35%
R=31.09%
G=47.57%
B=21.35%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1662541140.3500.550.0097.7198.5972.16
HexA6FE72230370626348
Octal246376162430670142143110
Binary1010011011111110111001010001101101110110001011000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6FE72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6FE72; }

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

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

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

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

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

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

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

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