#A1F07C

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

Shades of Feijoa #A1F07C

Tints of Feijoa #A1F07C

Color information

#A1F07C (or 0xA1F07C) is unknown color: approx Feijoa. HEX triplet: A1, F0 and 7C. RGB value is (161,240,124). Sum of RGB (Red+Green+Blue) = 161+240+124=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 240 (94.14% from 255 or 45.71% from 525); Blue value is 124 (48.83% from 255 or 23.62% from 525); Max value from RGB is 240 - color contains mainly: green. Hex color #A1F07C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A1F07C is #5E0F83. Grayscale: #CBCBCB. Windows color (decimal): -6164356 or 8188065. OLE color: 8188065.

HSL color Cylindrical-coordinate representation of color #A1F07C: hue angle of 100.86º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1F07C is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.

Color convert

RGB161240124-
CMYK0.3300.480.06
HSL100.86º79.45%71.37%-
HSV(B)100.86º48.33%94.12%-
XYZ49.571.3530.23-
YUV203.1683.3397.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.67%
GREEN value IS 240 (94.14% from 255) = 45.71%
BLUE value IS 124 (48.83% from 255) = 23.62%
R=30.67%
G=45.71%
B=23.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1612401240.3300.480.06100.8679.4571.37
HexA1F07C210306654f47
Octal241360174410606145117107
Binary101000011111000011111001000010110000110110010110011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1F07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1F07C; }

 p { color: rgb(161,240,124); }

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

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

 a { background-color: rgb(161,240,124); }

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

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

 span { border-color: rgb(161,240,124); }

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