#A1E674

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

Shades of Feijoa #A1E674

Tints of Feijoa #A1E674

Color information

#A1E674 (or 0xA1E674) is unknown color: approx Feijoa. HEX triplet: A1, E6 and 74. RGB value is (161,230,116). Sum of RGB (Red+Green+Blue) = 161+230+116=507 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.76% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 116 (45.70% from 255 or 22.88% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E674 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E674 is #5E198B. Grayscale: #C4C4C4. Windows color (decimal): -6166924 or 7661217. OLE color: 7661217.

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

Color convert

RGB161230116-
CMYK0.300.500.10
HSL96.32º69.51%67.84%-
HSV(B)96.32º49.57%90.2%-
XYZ46.1565.4326.72-
YUV196.3782.64102.77-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.76%
GREEN value IS 230 (90.23% from 255) = 45.36%
BLUE value IS 116 (45.70% from 255) = 22.88%
R=31.76%
G=45.36%
B=22.88%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612301160.300.500.1096.3269.5167.84
HexA1E6741E032A604644
Octal2413461643606212140106104
Binary101000011110011011101001111001100101010110000010001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E674; }

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

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

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

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

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

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

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

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