#A1E675

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

Shades of Feijoa #A1E675

Tints of Feijoa #A1E675

Color information

#A1E675 (or 0xA1E675) is unknown color: approx Feijoa. HEX triplet: A1, E6 and 75. RGB value is (161,230,117). Sum of RGB (Red+Green+Blue) = 161+230+117=508 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.69% from 508); Green value is 230 (90.23% from 255 or 45.28% from 508); Blue value is 117 (46.09% from 255 or 23.03% from 508); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E675 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1E675 is #5E198A. Grayscale: #C4C4C4. Windows color (decimal): -6166923 or 7726753. OLE color: 7726753.

HSL color Cylindrical-coordinate representation of color #A1E675: hue angle of 96.64º degrees, saturation: 0.69, 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 #A1E675 is Cyan = 0.3, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB161230117-
CMYK0.300.490.10
HSL96.64º69.33%68.04%-
HSV(B)96.64º49.13%90.2%-
XYZ46.2165.4627.03-
YUV196.4983.14102.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.69%
GREEN value IS 230 (90.23% from 255) = 45.28%
BLUE value IS 117 (46.09% from 255) = 23.03%
R=31.69%
G=45.28%
B=23.03%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612301170.300.490.1096.6469.3368.04
HexA1E6751E031A614544
Octal2413461653606112141105104
Binary101000011110011011101011111001100011010110000110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E675; }

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

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

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

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

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

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

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

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