#A7E972

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

Shades of Feijoa #A7E972

Tints of Feijoa #A7E972

Color information

#A7E972 (or 0xA7E972) is unknown color: approx Feijoa. HEX triplet: A7, E9 and 72. RGB value is (167,233,114). Sum of RGB (Red+Green+Blue) = 167+233+114=514 (68% of max value = 765). Red value is 167 (65.62% from 255 or 32.49% from 514); Green value is 233 (91.41% from 255 or 45.33% from 514); Blue value is 114 (44.92% from 255 or 22.18% from 514); Max value from RGB is 233 - color contains mainly: green. Hex color #A7E972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A7E972 is #58168D. Grayscale: #C8C8C8. Windows color (decimal): -5772942 or 7530919. OLE color: 7530919.

HSL color Cylindrical-coordinate representation of color #A7E972: hue angle of 93.28º 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 #A7E972 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.09.

Color convert

RGB167233114-
CMYK0.2800.510.09
HSL93.28º73.01%68.04%-
HSV(B)93.28º51.07%91.37%-
XYZ48.1167.7126.45-
YUV199.779.63104.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 32.49%
GREEN value IS 233 (91.41% from 255) = 45.33%
BLUE value IS 114 (44.92% from 255) = 22.18%
R=32.49%
G=45.33%
B=22.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1672331140.2800.510.0993.2873.0168.04
HexA7E9721C03395d4944
Octal2473511623406311135111104
Binary101001111110100111100101110001100111001101110110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7E972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7E972; }

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

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

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

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

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

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

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

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