#A1ED7A

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

Shades of Feijoa #A1ED7A

Tints of Feijoa #A1ED7A

Color information

#A1ED7A (or 0xA1ED7A) is unknown color: approx Feijoa. HEX triplet: A1, ED and 7A. RGB value is (161,237,122). Sum of RGB (Red+Green+Blue) = 161+237+122=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 237 (92.97% from 255 or 45.58% from 520); Blue value is 122 (48.05% from 255 or 23.46% from 520); Max value from RGB is 237 - color contains mainly: green. Hex color #A1ED7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1ED7A is #5E1285. Grayscale: #C9C9C9. Windows color (decimal): -6165126 or 8056225. OLE color: 8056225.

HSL color Cylindrical-coordinate representation of color #A1ED7A: hue angle of 99.65º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1ED7A is Cyan = 0.32, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB161237122-
CMYK0.3200.490.07
HSL99.65º76.16%70.39%-
HSV(B)99.65º48.52%92.94%-
XYZ48.4969.5529.28-
YUV201.1783.3299.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.96%
GREEN value IS 237 (92.97% from 255) = 45.58%
BLUE value IS 122 (48.05% from 255) = 23.46%
R=30.96%
G=45.58%
B=23.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1612371220.3200.490.0799.6576.1670.39
HexA1ED7A200317644c46
Octal241355172400617144114106
Binary101000011110110111110101000000110001111110010010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1ED7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1ED7A; }

 p { color: rgb(161,237,122); }

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

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

 a { background-color: rgb(161,237,122); }

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

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

 span { border-color: rgb(161,237,122); }

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