#A6E972

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

Shades of Feijoa #A6E972

Tints of Feijoa #A6E972

Color information

#A6E972 (or 0xA6E972) is unknown color: approx Feijoa. HEX triplet: A6, E9 and 72. RGB value is (166,233,114). Sum of RGB (Red+Green+Blue) = 166+233+114=513 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.36% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 114 (44.92% from 255 or 22.22% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A6E972 is #59168D. Grayscale: #C7C7C7. Windows color (decimal): -5838478 or 7530918. OLE color: 7530918.

HSL color Cylindrical-coordinate representation of color #A6E972: hue angle of 93.78º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A6E972 is Cyan = 0.29, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB166233114-
CMYK0.2900.510.09
HSL93.78º73.01%68.04%-
HSV(B)93.78º51.07%91.37%-
XYZ47.967.626.44-
YUV199.479.8104.18-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.36%
GREEN value IS 233 (91.41% from 255) = 45.42%
BLUE value IS 114 (44.92% from 255) = 22.22%
R=32.36%
G=45.42%
B=22.22%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1662331140.2900.510.0993.7873.0168.04
HexA6E9721D03395e4944
Octal2463511623506311136111104
Binary101001101110100111100101110101100111001101111010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E972; }

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

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

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

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

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

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

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

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