#A1E574

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

Shades of Feijoa #A1E574

Tints of Feijoa #A1E574

Color information

#A1E574 (or 0xA1E574) is unknown color: approx Feijoa. HEX triplet: A1, E5 and 74. RGB value is (161,229,116). Sum of RGB (Red+Green+Blue) = 161+229+116=506 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.82% from 506); Green value is 229 (89.84% from 255 or 45.26% from 506); Blue value is 116 (45.70% from 255 or 22.92% from 506); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E574 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1E574 is #5E1A8B. Grayscale: #C4C4C4. Windows color (decimal): -6167180 or 7660961. OLE color: 7660961.

HSL color Cylindrical-coordinate representation of color #A1E574: hue angle of 96.11º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1E574 is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB161229116-
CMYK0.3000.490.10
HSL96.11º68.48%67.65%-
HSV(B)96.11º49.34%89.8%-
XYZ45.8764.8826.63-
YUV195.7982.97103.19-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.82%
GREEN value IS 229 (89.84% from 255) = 45.26%
BLUE value IS 116 (45.70% from 255) = 22.92%
R=31.82%
G=45.26%
B=22.92%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612291160.3000.490.1096.1168.4867.65
HexA1E5741E031A604444
Octal2413451643606112140104104
Binary101000011110010111101001111001100011010110000010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E574; }

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

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

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

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

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

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

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

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