#A1E972

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

Shades of Feijoa #A1E972

Tints of Feijoa #A1E972

Color information

#A1E972 (or 0xA1E972) is unknown color: approx Feijoa. HEX triplet: A1, E9 and 72. RGB value is (161,233,114). Sum of RGB (Red+Green+Blue) = 161+233+114=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 233 (91.41% from 255 or 45.87% from 508); Blue value is 114 (44.92% from 255 or 22.44% from 508); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E972 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E972 is #5E168D. Grayscale: #C6C6C6. Windows color (decimal): -6166158 or 7530913. OLE color: 7530913.

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

Color convert

RGB161233114-
CMYK0.3100.510.09
HSL96.3º73.01%68.04%-
HSV(B)96.3º51.07%91.37%-
XYZ46.8767.0726.39-
YUV197.9180.65101.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 233 (91.41% from 255) = 45.87%
BLUE value IS 114 (44.92% from 255) = 22.44%
R=31.69%
G=45.87%
B=22.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612331140.3100.510.0996.373.0168.04
HexA1E9721F0339604944
Octal2413511623706311140111104
Binary101000011110100111100101111101100111001110000010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E972; }

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

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

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

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

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

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

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

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