#A1E974

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

Shades of Feijoa #A1E974

Tints of Feijoa #A1E974

Color information

#A1E974 (or 0xA1E974) is unknown color: approx Feijoa. HEX triplet: A1, E9 and 74. RGB value is (161,233,116). Sum of RGB (Red+Green+Blue) = 161+233+116=510 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.57% from 510); Green value is 233 (91.41% from 255 or 45.69% from 510); Blue value is 116 (45.70% from 255 or 22.75% from 510); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E974 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E974 is #5E168B. Grayscale: #C6C6C6. Windows color (decimal): -6166156 or 7661985. OLE color: 7661985.

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

Color convert

RGB161233116-
CMYK0.3100.500.09
HSL96.92º72.67%68.43%-
HSV(B)96.92º50.21%91.37%-
XYZ46.9967.1227-
YUV198.1381.65101.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.57%
GREEN value IS 233 (91.41% from 255) = 45.69%
BLUE value IS 116 (45.70% from 255) = 22.75%
R=31.57%
G=45.69%
B=22.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612331160.3100.500.0996.9272.6768.43
HexA1E9741F0329614944
Octal2413511643706211141111104
Binary101000011110100111101001111101100101001110000110010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E974; }

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

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

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

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

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

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

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

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