#A1E772

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

Shades of Feijoa #A1E772

Tints of Feijoa #A1E772

Color information

#A1E772 (or 0xA1E772) is unknown color: approx Feijoa. HEX triplet: A1, E7 and 72. RGB value is (161,231,114). Sum of RGB (Red+Green+Blue) = 161+231+114=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 231 (90.62% from 255 or 45.65% from 506); Blue value is 114 (44.92% from 255 or 22.53% from 506); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E772 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E772 is #5E188D. Grayscale: #C5C5C5. Windows color (decimal): -6166670 or 7530401. OLE color: 7530401.

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

Color convert

RGB161231114-
CMYK0.3000.510.09
HSL95.9º70.91%67.65%-
HSV(B)95.9º50.65%90.59%-
XYZ46.3165.9426.21-
YUV196.7381.31102.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 231 (90.62% from 255) = 45.65%
BLUE value IS 114 (44.92% from 255) = 22.53%
R=31.82%
G=45.65%
B=22.53%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612311140.3000.510.0995.970.9167.65
HexA1E7721E0339604744
Octal2413471623606311140107104
Binary101000011110011111100101111001100111001110000010001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E772; }

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

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

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

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

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

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

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

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